Re: [Fink-devel] Libtool multiple symbols

2002-09-18 Thread Sébastien Pierre
Le mercredi, 18 sep 2002, à 19:57 Europe/Paris, Ben Hines a écrit : > It might not be CFLAGS, but you need to get it on that compile line. > Are you sure it's compiling with the fno-common? Yes: (..) gcc -c -DNDEBUG -O4 -Wall -Wstrict-prototypes -fno-common -I. -I./Include -I./Stackless -DHAV

Re: [Fink-devel] Libtool multiple symbols

2002-09-18 Thread Ben Hines
It might not be CFLAGS, but you need to get it on that compile line. Are you sure it's compiling with the fno-common? -Ben On Wednesday, September 18, 2002, at 09:44 AM, Sébastien Pierre wrote: > > Le mercredi, 18 sep 2002, à 16:41 Europe/Paris, Ben Hines a écrit : > >> Try -fno-common in the

Re: [Fink-devel] Libtool multiple symbols

2002-09-18 Thread Sébastien Pierre
Le mercredi, 18 sep 2002, à 16:41 Europe/Paris, Ben Hines a écrit : > Try -fno-common in the CFLAGS. I already use that :( Thanks anyway, -- Sébastien -- «My friends says we're like the dinosaurs, only we are doing ourselves in much faster than they ever did.»

Re: [Fink-devel] Libtool multiple symbols

2002-09-18 Thread Ben Hines
On Tuesday, September 17, 2002, at 10:30 PM, Sébastien Pierre wrote: > > libpython2.2.a(stacklesseval.o) definition of _slp_schedule_hook in > section (__DATA,__common) > make: *** [python.exe] Error 1 > ### execution of (export failed, exit code 2 > > Looking at ranlib man page I tried both -f

[Fink-devel] Libtool multiple symbols

2002-09-17 Thread Sébastien Pierre
Hi all, I am trying to package stackless python , and am running into the following error: ar cr libpython2.2.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o ar cr libpython2.2.a Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodu