On Dec 21, 2004, at 4:13 PM, Jack Jansen wrote:

On 21-dec-04, at 23:38, Bob Ippolito wrote:
building 'twisted.spread.cBanana' extension
gcc -Wl,-F. -Wl,-F. -bundle -framework Python build/temp.darwin-7.7.0-Power_Macintosh-2.3/twisted/spread/cBanana.o -o build/lib.darwin-7.7.0-Power_Macintosh-2.3/twisted/spread/cBanana.so
ld: can't locate file for: -lbundle1.o
error: command 'gcc' failed with exit status 1

That is quite a strange error, but cBanana is not required nor even enabled by default these days. This is harmless.

Well, as you say, it could point to a problem with the Xcode/gcc installation. It appears as if the "-Wl,-F. -Wl,-F. -bundle" options don't get passed correctly to the linker. "-Wl,-F." means: please pass "-F." to the linker. But it appears as if it is somehow combined in a funny way with the following "-bundle" option. If gcc is funny this could well affect other command lines as well.


Check that gcc is indeed Apple's gcc, and not something else.

bundle1.o should be installed in /usr/lib, by the DevSDK package; if that package is installed, it should probably be reinstalled (or, to be safe, all Dev packages probably should be). Otherwise, DevSDK is needed...


Bryan


--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma Goldman



_______________________________________________ Pythonmac-SIG maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to