Bug 198618 - gcc-4.1.1 build failure
Summary: gcc-4.1.1 build failure
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: binutils
Version: 3.0
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-07-12 11:42 UTC by Tru Huynh
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-07-12 13:59:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Tru Huynh 2006-07-12 11:42:44 UTC
Description of problem:
gcc-4.1.1 build on x86_64 RHEL3 fails

Version-Release number of selected component (if applicable):

gcc-3.2.3-54.x86_64
binutils-2.14.90.0.4-42.x86_64

How reproducible:
Always

Steps to Reproduce:
1. wget ftp://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-4.1.1.tar.bz2
2. tar xzf gcc-4.1.1.tar.bz2
3. mkdir build && cd build && ../gcc-4.1.1/configure && make
  
Actual results:
/usr/bin/ld: BFD 2.14.90.0.4 20030523 internal error, aborting at
../../bfd/elf64-x86-64.c line 2067 in elf64_x86_64_relocate_section

Expected results:

no errors

Additional info:

Comment 1 Jakub Jelinek 2006-07-12 13:59:24 UTC
That's already fixed in RHEL4 U4 beta, won't be fixed in RHEL3.  You should
instead reorder the objects linked into libstdc++-v3, compatibility.cc
should come last.


Note You need to log in before you can comment on or make changes to this bug.