Python2.0 beta 2 on MacOSX/Darwin

Johann Hibschman johann at physics.berkeley.edu
Sat Sep 30 14:50:18 EDT 2000


Steven D Majewski writes:

> Just uncommenting the "*shared*" in Modules/Setup gives this build error:

> cc  -bundle -prebind  arraymodule.o  -o arraymodule.so
> /usr/bin/ld: warning -prebind has no effect with -bundle
> /usr/bin/ld: Undefined symbols:
> _PyArg_Parse
> _PyArg_ParseTuple
> _PyDict_SetItemString
> _PyErr_BadArgument
> _PyErr_Clear
> _PyErr_Format
> _PyErr_NoMemory
> _PyErr_Occurred

Yes, I've been getting this same error.  If anyone has any idea how to
get around this, I'd appreciate any information.  Python's not doing
me much good if I have to statically link all my extensions 

--Johann

-- 
Johann Hibschman                           johann at physics.berkeley.edu



More information about the Python-list mailing list