[SciPy-user] fftpack fails on cvs build (OSX)

Pearu Peterson pearu at scipy.org
Tue Feb 17 10:13:48 EST 2004



On Tue, 17 Feb 2004, Christopher Fonnesbeck wrote:

> After updating from cvs and building, I get the following error:
> 
> gcc options: "-fno-strict-aliasing -Wno-long-double -no-cpp-precomp  
> -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall  
> -Wstrict-prototypes -faltivec"
> compile options: '-DSCIPY_FFTW_H -I/usr/local/include -Ibuild/src  
> -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/ 
> python2.3 -c'
> /usr/local/bin/g77  
> build/temp.darwin-7.2.0-Power_Macintosh-2.3/build/src/Lib/fftpack/ 
> _fftpackmodule.o  
> build/temp.darwin-7.2.0-Power_Macintosh-2.3/Lib/fftpack/src/zfft.o  
> build/temp.darwin-7.2.0-Power_Macintosh-2.3/Lib/fftpack/src/drfft.o  
> build/temp.darwin-7.2.0-Power_Macintosh-2.3/Lib/fftpack/src/zrfft.o  
> build/temp.darwin-7.2.0-Power_Macintosh-2.3/Lib/fftpack/src/zfftnd.o  
> build/temp.darwin-7.2.0-Power_Macintosh-2.3/build/src/fortranobject.o  
> -L/usr/local/lib -L/usr/local/lib/gcc/powerpc-apple-darwin7.0.0/3.4  
> -Lbuild/temp.darwin-7.2.0-Power_Macintosh-2.3 -ldfftpack -lrfftw -lfftw  
> -lg2c -o  
> build/lib.darwin-7.2.0-Power_Macintosh-2.3/scipy/fftpack/_fftpack.so

Could you run this command with -shared option? Does it work?

Btw, previous gnu fcompiler implementation had a comment "Darwin g77 
cannot be used as a linker", is it really true and what could be the 
backround of this comment if this is true?

Pearu



More information about the SciPy-User mailing list