[ python-Bugs-980127 ] Possible error during LINKCC check in Configure.in

SourceForge.net noreply at sourceforge.net
Fri Jun 25 23:31:48 EDT 2004


Bugs item #980127, was opened at 2004-06-25 20:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=980127&group_id=5470

Category: Build
Group: Python 2.4
Status: Open
Resolution: None
Priority: 3
Submitted By: Brett Cannon (bcannon)
Assigned to: Nobody/Anonymous (nobody)
Summary: Possible error during LINKCC check in Configure.in

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=980127&group_id=5470



More information about the Python-bugs-list mailing list