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.

classification
Title: Possible error during LINKCC check in Configure.in
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon
Priority: low Keywords:

Created on 2004-06-26 03:31 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg21321 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2004-06-26 03:31
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.
msg21322 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2004-12-18 21:22
Logged In: YES 
user_id=357491

Closing this myself since the message does not seemed to be avoidable.  
Redirecting stdout to stderr and stderr to /dev/null still has the message 
showing up.
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40463
2004-06-26 03:31:48brett.cannoncreate