This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++ link failures on ppc64
On Thu, Apr 14, 2005 at 12:46:08PM -0400, Diego Novillo wrote:
> On Thu, Apr 14, 2005 at 11:26:33AM -0500, Jon Grimm wrote:
> > Diego Novillo wrote:
> >
> >
> > >
> > >I see no changes in libstdc++ since the previous run and nothing
> > >in the C++ FE, so I'm not sure whether it may be something broken
> > >in my box.
> > >
> > >Anybody else seeing this failure?
> > >
> >
> > Yep. I see this here on the PPC64 nightly autotester.
> >
> Undoing this patch fixes the build failure on ppc64 (though it
> doesn't affect the ld segfault on ia64 that I reported
> separately). Thanks to drow and jbrown for pointing it out to
> me:
>
You may need to upgrade your binutils to the one in CVS to get proper
COMDAT support.
BTW, I didn't get ld segfault on ia64. But all libjava tests failed.
I am looking into it now.
H.J.