On Thu, Dec 11, 2008 at 15:13, David Cournapeau < [EMAIL PROTECTED]> wrote:
> Grissiom wrote: > > I have encountered with such problem before. My solution is recompile > > the problem package(maybe atlas in your case) with -ff2c option passed > > to gfortran. > > This is a bad idea: it won't work with libraries which are not built > with this option, and the error won't always be easy to detect (one key > difference is that wo ff2c, complex variables are passed by value by > gfortran, whereas they are passed by reference with the ff2c option - > which means crash and/or corruption). > > http://wiki.debian.org/GfortranTransition > > The only viable solution is to avoid mixing g77-built and gfortran-built > libraries (there is now a simple test which tries to detect those mix in > both numpy and scipy), > > cheers, > > David > Thanks for pointing out my mistake ;) -- Cheers, Grissiom
_______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion