[XML-SIG] [Bug #115544] Compile Problems on Mac OS X

noreply@sourceforge.net noreply@sourceforge.net
Thu, 28 Sep 2000 00:33:15 -0700


Bug #115544, was updated on 2000-Sep-28 00:33
Here is a current snapshot of the bug.

Project: Python/XML
Category: None
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: Compile Problems on Mac OS X

Details: I have successfully compiled and installed Python 2.0b2 on my Mac OS X system, but I am having trouble building the current Python/XML CVS version.  During the linking stage, I get a warning and an error:

cc -bundle -prebind build/temp.darwin-1.2-Power Macintosh-2.0/extensions/pyexpat.o build/temp.darwin-1.2-Power Macintosh-2.0/extensions/expat/xmltok/xmltok.o build/temp.darwin-1.2-Power Macintosh-2.0/extensions/expat/xmltok/xmlrole.o build/temp.darwin-1.2-Power Macintosh-2.0/extensions/expat/xmlwf/xmlfile.o build/temp.darwin-1.2-Power Macintosh-2.0/extensions/expat/xmlwf/xmlwf.o build/temp.darwin-1.2-Power Macintosh-2.0/extensions/expat/xmlwf/codepage.o build/temp.darwin-1.2-Power Macintosh-2.0/extensions/expat/xmlparse/xmlparse.o build/temp.darwin-1.2-Power Macintosh-2.0/extensions/expat/xmlparse/hashtable.o build/temp.darwin-1.2-Power Macintosh-2.0/extensions/expat/xmlwf/unixfilemap.o -o build/lib.darwin-1.2-Power Macintosh-2.0/_xmlplus/parsers/pyexpat.so
/usr/bin/ld: warning -prebind has no effect with -bundle
/usr/bin/ld: Undefined symbols:
_PyArg_ParseTuple
_PyArg_ParseTupleAndKeywords
...*removed a few dozen more symbols*...

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=115544&group_id=6473