[Pythonmac-SIG] Installing Twisted-1.3.0
Jack Jansen
Jack.Jansen at cwi.nl
Wed Dec 22 00:13:05 CET 2004
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.
--
Jack Jansen, <Jack.Jansen at cwi.nl>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Goldman
More information about the Pythonmac-SIG
mailing list