Hi all,
I am trying to package stackless python <http://www.stackless.com>, 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/posixmodule.o Modules/_sre.o Modules/newmodule.o
Modules/symtablemodule.o Modules/xxsubtype.o
ranlib libpython2.2.a
ranlib: same symbol defined in more than one member in: libpython2.2.a
(table of contents will not be sorted)
(...)
ranlib: file: libpython2.2.a(stacklesseval.o) defines symbol:
_schedule_fasthook
ranlib: file: libpython2.2.a(ceval.o) defines symbol: _slp_schedule_hook
ranlib: file: libpython2.2.a(stacklesseval.o) defines symbol:
_slp_schedule_hook
ranlib: file: libpython2.2.a(pythonrun.o) defines symbol:
_slp_schedule_hook
gcc -L/sw/lib -u __dummy -u _PyMac_Error -framework System -framework
CoreServices -framework Foundation -o python.exe \
Modules/python.o \
libpython2.2.a
(...)
ld: multiple definitions of symbol _schedule_fasthook
Modules/python.o definition of _schedule_fasthook in section
(__DATA,__common)
libpython2.2.a(pythonrun.o) definition of _schedule_fasthook in section
(__DATA,__common)
ld: multiple definitions of symbol _slp_schedule_hook
Modules/python.o definition of _slp_schedule_hook in section
(__DATA,__common)
libpython2.2.a(pythonrun.o) definition of _slp_schedule_hook in section
(__DATA,__common)
(...)
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 ?
-- S�bastien
--
�My friends says we're like the dinosaurs, only we are doing
ourselves in much faster than they ever did.�
<http://www.type-z.org> -- Porno For Pyros, Pets
-------------------------------------------------------
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