Yann Clénet <yann.clenet <at> free.fr> writes:

> 
> I have now a problem installing with fink the package octave-atlas on  
> my new MacBook Pro with preinstalled Leopard 10.5.2 (cf below). Anyone  
> has any idea ???
> 
> Thank you in advance
> 
> Yann
> 

I believe this problem has been fixed in Octave's current developer
sources, which I'm currently running.

The problem is related to a change in how gfortran returns values of 
complex functions.

If you edit octave.info and remove the line "make check", it should build 
and install. If my inference is correct, the following should reproduce the
crash

> N = 97;
> mldivide (2*eye(N) + circshift (eye (N), 1), ones (N, 1));

For N < 97 it should work (if you build without "make check", please
confirm).

I'm surprised this error is resulting with the atlas version. When did you 
build altas?

Perhaps you might try "fink rebuild atlas atlas-shlibs" before building 
octave-atlas. That way you can be sure that blas/lapack/octave are 
each compiled in a consistent manner.

Ben


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to