[SciPy-dev] Compiling error fftpack

Bernhard Reimar Hoefle Bernhard.Hoefle at uibk.ac.at
Wed Jun 14 06:10:02 EDT 2006


Hi!
I have the following compilers on FC5:

gcc-gnat-4.1.1-1.fc5
compat-libgcc-296-2.96-135
compat-gcc-32-g77-3.2.3-55.fc5
gcc-c++-4.1.1-1.fc5
compat-gcc-32-3.2.3-55.fc5
compat-gcc-32-c++-3.2.3-55.fc5
libgcc-4.1.1-1.fc5
gcc-4.1.1-1.fc5
gcc-objc-4.1.1-1.fc5
gcc-gfortran-4.1.1-1.fc5
gcc-java-4.1.1-1.fc5

and these packages:
atlas-3.6.0-10.fc5
atlas-devel-3.6.0-10.fc5
lapack-devel-3.0-37.fc5
lapack-3.0-37.fc5
blas-3.0-37.fc5
blas-devel-3.0-37.fc5

I also installed gcc-2.95.3 as it is mentioned on:
http://pong.tamu.edu/tiki/tiki-view_blog_post.php?blogId=6&postId=97

I tried to compile scipy-0.4.9 and scipy svn and got the same error message.
I get stuck here:

...
building extension "scipy.ndimage._nd_image" sources
building data_files sources
running build_py
copying build/src.linux-i686-2.4/scipy/__config__.py ->
build/lib.linux-i686-2.4/scipy
running build_clib
customize UnixCCompiler
customize UnixCCompiler using build_clib
customize GnuFCompiler
customize GnuFCompiler
customize GnuFCompiler using build_clib
building 'dfftpack' library
compiling Fortran sources
Fortran f77 compiler: /usr/bin/g77 -g -Wall -fno-second-underscore -fPIC -O2
-funroll-loops -march=i686 -mmmx -msse2 -msse -fomit-frame-pointer
-malign-double
compile options: '-c'
g77:f77: Lib/fftpack/dfftpack/zfftf1.f
/tmp/ccQtTXdW.s: Assembler messages:
/tmp/ccQtTXdW.s:598: Error: suffix or operands invalid for `movd'
/tmp/ccQtTXdW.s:2994: Error: suffix or operands invalid for `movd'
/tmp/ccQtTXdW.s: Assembler messages:
/tmp/ccQtTXdW.s:598: Error: suffix or operands invalid for `movd'
/tmp/ccQtTXdW.s:2994: Error: suffix or operands invalid for `movd'
error: Command "/usr/bin/g77 -g -Wall -fno-second-underscore -fPIC -O2
-funroll-loops -march=i686 -mmmx -msse2 -msse -fomit-frame-pointer
-malign-double -c -c Lib/fftpack/dfftpack/zfftf1.f -o
build/temp.linux-i686-2.4/Lib/fftpack/dfftpack/zfftf1.o" failed with exit
status 1

Any ideas?

Thanks,
Bernhard




More information about the SciPy-Dev mailing list