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 -flat_namespace and > -no_multidefs, without any success. > > Any ideas about how to fix this ?
Try -fno-common in the CFLAGS. -Ben ------------------------------------------------------- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 http://www.developwithamd.com/developerlab _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
