--- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2006-10-16
01:48 ---
Subject: Re: Unable to build Python
> Fixed by:
> 2006-10-15 John David Anglin <[EMAIL PROTECTED]>
>
> * pa64-hpux.h (LINK_SPEC): Force __cxa_finalize to be an undefined
> symbol in the
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-10-16 01:42 ---
Fixed by:
2006-10-15 John David Anglin <[EMAIL PROTECTED]>
* pa64-hpux.h (LINK_SPEC): Force __cxa_finalize to be an undefined
symbol in the output file for non-shared links when -nostdlib or
--- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca 2006-09-14
00:21 ---
Subject: Re: Unable to build Python
> --- Comment #1 from sje at cup dot hp dot com 2006-09-13 20:32 ---
> I had someone try to use 64 bit PA GCC code with HP Java and they ran into two
> unsats,
--- Comment #2 from sje at cup dot hp dot com 2006-09-13 20:37 ---
Well, I guess I should have read comment 1 before adding comment 2,
sorry for the extra mail David.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28821
--- Comment #1 from sje at cup dot hp dot com 2006-09-13 20:32 ---
I had someone try to use 64 bit PA GCC code with HP Java and they ran into two
unsats, __cxa_finalize and _Jv_RegisterClasses. In GCC 4.0.3 there is a weak
definition of __cxa_finalize in libstdc++.sl, but in GCC 4.1.1 t