This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++ link failures on ppc64
On Thu, Apr 14, 2005 at 03:29:36PM -0400, Diego Novillo wrote:
> On Thu, Apr 14, 2005 at 12:20:05PM -0700, Mark Mitchell wrote:
>
> > Would you report your as + ld version numbers? Again, I'm guessing that
> > you have an assembler with COMDAT and a linker without, or a broken
> > assembler.
> >
> binutils-2.15.92.0.2-5
>
> $ ld --version
> GNU ld version 2.15.92.0.2 20040927
>
>
You need at least
http://sourceware.org/ml/binutils/2004-12/msg00007.html
for COMDAT. Otherwise, you will get what you saw and
http://gcc.gnu.org/ml/gcc-patches/2005-04/msg01606.html
H.J.