Problem compiling Python 3.2 in 32bit on Snow Leopard
Gregory Ewing
greg.ewing at canterbury.ac.nz
Tue Mar 1 23:38:44 EST 2011
Attempting to compile Python 3.2 in 32-bit mode
on MacOSX 10.6.4 I get:
Undefined symbols:
"___moddi3", referenced from:
_PyThread_acquire_lock_timed in libpython3.2m.a(thread.o)
_acquire_timed in libpython3.2m.a(_threadmodule.o)
"___divdi3", referenced from:
_PyThread_acquire_lock_timed in libpython3.2m.a(thread.o)
_acquire_timed in libpython3.2m.a(_threadmodule.o)
ld: symbol(s) not found
/usr/bin/libtool: internal link edit command failed
Any suggestions?
--
Greg
More information about the Python-list
mailing list