Issue980127
Created on 2004-06-26 03:31 by brett.cannon, last changed 2004-12-18 21:22 by brett.cannon.
|
msg21321 - (view) |
Author: Brett Cannon (brett.cannon) |
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) |
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.
|
|
| Date |
User |
Action |
Args |
| 2004-06-26 03:31:48 | brett.cannon | create | |
|