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:
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.