This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients
Date 2004-06-26.03:31:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Under OS X 10.3.4 (gcc 3.3), when I run ./configure, I get an error 
from ld about an undefined symbol::

checking LIBRARY... libpython$(VERSION).a
checking LINKCC... ld: Undefined symbols:
___gxx_personality_v0
$(PURIFY) $(CXX)
checking for --enable-shared... no
checking for --enable-profiling... 

I think that specific symbol comes up only when there is a linking 
error to the Standard C++ library, but I am not sure.
History
Date User Action Args
2007-08-23 14:23:00adminlinkissue980127 messages
2007-08-23 14:23:00admincreate