From: Jouni K <jk...@ik...> - 2007-11-04 05:58:51
|
John Hunter <jdh2358@...> writes: > > Just a guess: Apple's Python is configured to compile everything as > > universal, but you have installed a non-universal gcc in /usr/local, > > perhaps as a result of installing some version of gfortran. > > Possibly, but 'which gcc' points to the /usr/bin apple version, and > the gfortran I installed was fortran only (not the whole gcc suite) > and is in /usr/local/ You have -L/usr/local/lib in the compile flags, and ld is finding a libgcc_s.10.4.dylib in /usr/local: > ld: warning in > /Developer/SDKs/MacOSX10.4u.sdk/usr/local/lib/libgcc_s.10.4.dylib, > missing required architecture ppc in file -- Jouni |