This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++ library error while building Gcc4.0.2


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]