[issue11334] Failed to build _multiprocessing on Mac OS X

dave report at bugs.python.org
Sat Feb 26 22:45:35 CET 2011


dave <dev66 at gmx.de> added the comment:

seems the multiprocessing issue was produced by the dynamic_lookup 
parameter in the LDFLAGS...
after removing this, "import multiprocessing" works...

thanks


> export LDFLAGS="-Wall -undefined dynamic_lookup -arch i386"

----------
resolution:  -> works for me
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11334>
_______________________________________


More information about the Python-bugs-list mailing list