[Python-bugs-list] [ python-Bugs-559429 ] __gxx_personality_v0 not found by ld

noreply@sourceforge.net noreply@sourceforge.net
Thu, 30 May 2002 19:54:20 -0700


Bugs item #559429, was opened at 2002-05-22 17:32
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=559429&group_id=5470

Category: Build
Group: Python 2.2.1 candidate
Status: Open
Resolution: None
Priority: 5
Submitted By: george r. goffe (grgoffe)
Assigned to: Nobody/Anonymous (nobody)
Summary: __gxx_personality_v0 not found by ld

Initial Comment:

Howdy,

I'm building Python-2.2.1 on a solaris 2.8 system and
am having trouble. The loader can not find the above
named external reference.

I'm enclosing the build log that shows (probably) more
than you ever wanted to know but it DOES show the
problem.

Any/all help/hints/tips would be appreciated.

Regards,

George...

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

>Comment By: george r. goffe (grgoffe)
Date: 2002-05-30 19:54

Message:
Logged In: YES 
user_id=293753

Howdy,

I'm attempting to attach the latest build log. The old
version of my gcc was 3.0.4. This version is with gcc-3.1.

Sorry about the foulup.

Regards and thanks for all your help and time.

George...



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

Comment By: Martin v. Löwis (loewis)
Date: 2002-05-30 15:22

Message:
Logged In: YES 
user_id=21627

This looks like a bug in your gcc installation. Python does
not define or use a symbol of that name.

You haven't actually enclosed the build log, but I don't
think this is necessary - it's a bug of your system. If you
disagree, please report the gcc version.

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

Comment By: Nobody/Anonymous (nobody)
Date: 2002-05-24 12:15

Message:
Logged In: NO 

Hi,

I'm looking at the same problem in the same environment.

I could fix the failed compilation by changing gcc by g++,
which means that the --with-cxx=g++ option passed to
configure did not have the expected effect.

Regards,

R. Berber


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

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