Alexander Hansen wrote:
I have the following failure:

gcc: build/src/Lib/fftpack/convolvemodule.c
gcc -bundle -flat_namespace -undefined suppress -L/sw/lib build/temp.darwin-8.2.0-Power_Macintosh-2.4/build/src/Lib/fftpack/convolvemodule.o build/temp.darwin-8.2.0-Power_Macintosh-2.4/Lib/fftpack/src/convolve.o build/temp.darwin-8.2.0-Power_Macintosh-2.4/build/src/fortranobject.o -L/sw/lib -L/sw/lib/gcc/powerpc-apple-darwin7.8.0/3.4.3 -Lbuild/temp.darwin-8.2.0-Power_Macintosh-2.4 -ldfftpack -ldrfftw -ldfftw -lg2c -o build/lib.darwin-8.2.0-Power_Macintosh-2.4/scipy/fftpack/convolve.so ld: build/temp.darwin-8.2.0-Power_Macintosh-2.4/build/src/Lib/fftpack/convolvemodule.o has external relocation entries in non-writable section (__TEXT,__text) for symbols:
restFP
saveFP

No reason to go all newbie-ish :-) and a) send html mail, b) not tell what compiler you are running. My guess is that you did a "gcc_select 3.3" earlier and forgot about it. Maybe the package needs a GCC: field, not because it uses C++, but because it doesn't compile on gcc-3.3 any more. In the previous version there was the "-lcc_dynamic" flag that was introduced for exactly this kind of problem, but it was removed because libcc_dynamic doesn't exist for gcc-4.0. I don't think there is any way to make this kind of code compile with both gcc-3.3 and gcc-4.0.

--
Martin



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to