OS X Leopard install, snag

John Hunter <jdh2358@...552...> 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