[SciPy-user] Problems installing scipy 0.6 on FC5

Alexander Dietz Alexander.Dietz at astro.cf.ac.uk
Tue Nov 27 04:39:01 EST 2007


Hi,

On Nov 27, 2007 9:06 AM, David Cournapeau <david at ar.media.kyoto-u.ac.jp>
wrote:

> Alexander Dietz wrote:
> > Hi,
> >
> > see the content of /proc/cpuinfo below.
> >
> Ok, your CPU supports sse2 instruction set, so this is not the problem.
> Since you use an old FC version, it may be an old g77 bug. Could you
> give use the version of g77 (g77 -v).


Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--enable-languages=c,c++,f77 --disable-libgcj --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-55.fc5)



> Also, you could try to see which
> flag make it fails, for example, does the following:
>
> /usr/bin/g77 -g -Wall -fno-second-underscore -fPIC -O2 -funroll-loops
> -march=i686 -mmmx -msse -fomit-frame-pointer -malign-double -c
> scipy/fftpack/dfftpack/zfftb1.f
>

That worked actually...


Cheers
  Alex



> (I suspect the -msse2 to be a problem with old g77; several problems
> related to -msse2 and movd were fixed in gcc 3.3).
>
> cheers,
>
> David
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20071127/aec96e20/attachment.html>


More information about the SciPy-User mailing list