From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18246 invoked by alias); 15 Jun 2006 02:03:02 -0000 Received: (qmail 17692 invoked by uid 22791); 15 Jun 2006 02:03:00 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 15 Jun 2006 02:02:53 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.61) (envelope-from ) id 1FqhC7-0004iH-CR for gcc-help@gcc.gnu.org; Thu, 15 Jun 2006 02:02:51 +0000 Message-ID: <4490C21C.4EBB2E1E@dessent.net> Date: Thu, 15 Jun 2006 02:03:00 -0000 From: Brian Dessent Reply-To: gcc-help@gcc.gnu.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: Re: c++ library error while building Gcc4.0.2 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-06/txt/msg00124.txt.bz2 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