c++ library error while building Gcc4.0.2

Brian Dessent brian@dessent.net
Thu Jun 15 02:03:00 GMT 2006


sean yang wrote:

> Did someone meet this before?
> ...
> /usr/bin/ld: BFD 2.15.92.0.2 20040927 internal error, aborting at
> ../../bfd/elf32-i386.c line 2262 in elf_i386_relocate_section
> 
> /usr/bin/ld: Please report this bug.

That's a linker error, so you should report it to the binutils mailing
list.  The linker is not part of gcc.

That said, you probably won't get a lot of sympathy for using a version
that's nearly two years old with a recent gcc.  Normally you need to use
versions of the tools with ages that roughly coincide.  Try with the
current version of binutils first.

Brian



More information about the Gcc-help mailing list