public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/27256]  New: gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64)
@ 2006-04-22  4:42 st-wong at cuhk dot edu dot hk
  2006-04-22  8:31 ` [Bug libstdc++/27256] " pcarlini at suse dot de
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: st-wong at cuhk dot edu dot hk @ 2006-04-22  4:42 UTC (permalink / raw)
  To: gcc-bugs

Gcc version: 4.1.0
System type: RedHat Enterprise Linux AS 3.0 (x86_64) on Sun v20z (2 x AMD
Operaton 252)
configure options: ./configure --enable-languages="c,c++,fortran"
Command line triggers the bug: make
Error output:

----------------------- cut here -----------------
[snip]

 /usr/local/src/gcc-4.1.0/host-x86_64-unknown-linux-gnu/gcc/xgcc -shared-libgcc
-B/usr/local/src/gcc-4.1.0/host-x86_64-unknown-linux-gnu/gcc -nostdinc++
-L/usr/local/src/gcc-4.1.0/x86_64-unknown-linux-gnu/libstdc++-v3/src
-L/usr/local/src/gcc-4.1.0/x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/x86_64-unknown-linux-gnu/bin/
-B/usr/local/x86_64-unknown-linux-gnu/lib/ -isystem
/usr/local/x86_64-unknown-linux-gnu/include -isystem
/usr/local/x86_64-unknown-linux-gnu/sys-include -shared -nostdlib
/usr/lib/../lib64/crti.o
/usr/local/src/gcc-4.1.0/host-x86_64-unknown-linux-gnu/gcc/crtbeginS.o 
.libs/bitmap_allocator.o .libs/pool_allocator.o .libs/mt_allocator.o
.libs/codecvt.o .libs/compatibility.o .libs/complex_io.o .libs/ctype.o
.libs/debug.o .libs/debug_list.o .libs/functexcept.o .libs/globals_locale.o
.libs/globals_io.o .libs/ios.o .libs/ios_failure.o .libs/ios_init.o
.libs/ios_locale.o .libs/limits.o .libs/list.o .libs/locale.o
.libs/locale_init.o .libs/locale_facets.o .libs/localename.o .libs/stdexcept.o
.libs/strstream.o .libs/tree.o .libs/allocator-inst.o .libs/concept-inst.o
.libs/fstream-inst.o .libs/ext-inst.o .libs/ios-inst.o .libs/iostream-inst.o
.libs/istream-inst.o .libs/istream.o .libs/locale-inst.o
.libs/locale-misc-inst.o .libs/misc-inst.o .libs/ostream-inst.o
.libs/sstream-inst.o .libs/streambuf-inst.o .libs/streambuf.o
.libs/string-inst.o .libs/valarray-inst.o .libs/wlocale-inst.o
.libs/wstring-inst.o .libs/atomicity.o .libs/codecvt_members.o
.libs/collate_members.o .libs/ctype_members.o .libs/messages_members.o
.libs/monetary_members.o .libs/numeric_members.o .libs/time_members.o
.libs/basic_file.o .libs/c++locale.o -Wl,--whole-archive
../libmath/.libs/libmath.a ../libsupc++/.libs/libsupc++convenience.a
-Wl,--no-whole-archive 
-L/usr/local/src/gcc-4.1.0/x86_64-unknown-linux-gnu/libstdc++-v3/src
-L/usr/local/src/gcc-4.1.0/x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs -lm
../libmath/.libs/libmath.a -lm ../libsupc++/.libs/libsupc++convenience.a -lm
-L/usr/local/src/gcc-4.1.0/host-x86_64-unknown-linux-gnu/gcc
-L/usr/local/lib/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgcc_s -lc
-lgcc_s -lm -lgcc_s -lc -lgcc_s  
/usr/local/src/gcc-4.1.0/host-x86_64-unknown-linux-gnu/gcc/crtendS.o
/usr/lib/../lib64/crtn.o  -Wl,-O1 -Wl,--version-script=libstdc++-symbol.ver
-Wl,-soname -Wl,libstdc++.so.6 -o .libs/libstdc++.so.6.0.7
/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

/usr/bin/ld: Please report this bug.

collect2: ld returned 1 exit status
make[4]: *** [libstdc++.la] Error 1
make[4]: Leaving directory
`/usr/local/src/gcc-4.1.0/x86_64-unknown-linux-gnu/libstdc++-v3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/usr/local/src/gcc-4.1.0/x86_64-unknown-linux-gnu/libstdc++-v3'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/usr/local/src/gcc-4.1.0/x86_64-unknown-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/usr/local/src/gcc-4.1.0'
make: *** [all] Error 2
---------------------- cut here ------------------------


-- 
           Summary: gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64)
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: st-wong at cuhk dot edu dot hk


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27256


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/27256] gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64)
  2006-04-22  4:42 [Bug libstdc++/27256] New: gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64) st-wong at cuhk dot edu dot hk
@ 2006-04-22  8:31 ` pcarlini at suse dot de
  2006-04-22  8:50 ` pcarlini at suse dot de
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pcarlini at suse dot de @ 2006-04-22  8:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pcarlini at suse dot de  2006-04-22 08:31 -------
(In reply to comment #0)

> /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
> 
> /usr/bin/ld: Please report this bug.
> 
> collect2: ld returned 1 exit status

As you can see, the problem affects ld, the linker, *not* libstdc++. Please
report it to the binutils project. Thanks.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27256


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/27256] gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64)
  2006-04-22  4:42 [Bug libstdc++/27256] New: gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64) st-wong at cuhk dot edu dot hk
  2006-04-22  8:31 ` [Bug libstdc++/27256] " pcarlini at suse dot de
@ 2006-04-22  8:50 ` pcarlini at suse dot de
  2006-04-24  1:30 ` ST at itsc dot cuhk dot edu dot hk
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pcarlini at suse dot de @ 2006-04-22  8:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pcarlini at suse dot de  2006-04-22 08:50 -------
(In reply to comment #1)
> > /usr/bin/ld: BFD 2.14.90.0.4 20030523 internal error, aborting at

> As you can see, the problem affects ld, the linker, *not* libstdc++. Please
> report it to the binutils project. Thanks.

By the way, 2.14.90.* is *very* old: before reporting any bug anywhere about
it, please consider an upgrade, in the first place.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27256


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/27256] gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64)
  2006-04-22  4:42 [Bug libstdc++/27256] New: gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64) st-wong at cuhk dot edu dot hk
  2006-04-22  8:31 ` [Bug libstdc++/27256] " pcarlini at suse dot de
  2006-04-22  8:50 ` pcarlini at suse dot de
@ 2006-04-24  1:30 ` ST at itsc dot cuhk dot edu dot hk
  2006-09-16  6:33 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ST at itsc dot cuhk dot edu dot hk @ 2006-04-24  1:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ST at itsc dot cuhk dot edu dot hk  2006-04-24 01:30 -------
Subject: RE:  gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64)

Thanks a lot. 

-----Original Message-----
From: pcarlini at suse dot de [mailto:gcc-bugzilla@gcc.gnu.org] 
Sent: Saturday, April 22, 2006 4:50 PM
To: ST Wong (ITSC)
Subject: [Bug libstdc++/27256] gcc 4.1.0 compilation fails on RHEL AS 3
(x86_64)



------- Comment #2 from pcarlini at suse dot de  2006-04-22 08:50
------- (In reply to comment #1)
> > /usr/bin/ld: BFD 2.14.90.0.4 20030523 internal error, aborting at

> As you can see, the problem affects ld, the linker, *not* libstdc++. 
> Please report it to the binutils project. Thanks.

By the way, 2.14.90.* is *very* old: before reporting any bug anywhere
about it, please consider an upgrade, in the first place.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27256


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/27256] gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64)
  2006-04-22  4:42 [Bug libstdc++/27256] New: gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64) st-wong at cuhk dot edu dot hk
                   ` (3 preceding siblings ...)
  2006-09-16  6:33 ` pinskia at gcc dot gnu dot org
@ 2006-09-16  6:33 ` pinskia at gcc dot gnu dot org
  2006-09-16  6:34 ` pinskia at gcc dot gnu dot org
  2006-09-16  6:35 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-16  6:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-09-16 06:33 -------
*** Bug 29104 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ssarangan at sharpcast dot
                   |                            |com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27256


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/27256] gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64)
  2006-04-22  4:42 [Bug libstdc++/27256] New: gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64) st-wong at cuhk dot edu dot hk
                   ` (2 preceding siblings ...)
  2006-04-24  1:30 ` ST at itsc dot cuhk dot edu dot hk
@ 2006-09-16  6:33 ` pinskia at gcc dot gnu dot org
  2006-09-16  6:33 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-16  6:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-09-16 06:33 -------
*** Bug 28066 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeremy dot gorman at ngc dot
                   |                            |com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27256


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/27256] gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64)
  2006-04-22  4:42 [Bug libstdc++/27256] New: gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64) st-wong at cuhk dot edu dot hk
                   ` (4 preceding siblings ...)
  2006-09-16  6:33 ` pinskia at gcc dot gnu dot org
@ 2006-09-16  6:34 ` pinskia at gcc dot gnu dot org
  2006-09-16  6:35 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-16  6:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-09-16 06:34 -------
*** Bug 28381 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daveme at ntlworld dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27256


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/27256] gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64)
  2006-04-22  4:42 [Bug libstdc++/27256] New: gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64) st-wong at cuhk dot edu dot hk
                   ` (5 preceding siblings ...)
  2006-09-16  6:34 ` pinskia at gcc dot gnu dot org
@ 2006-09-16  6:35 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-16  6:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2006-09-16 06:35 -------
*** Bug 28745 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |waspswarm at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27256


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-09-16  6:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-22  4:42 [Bug libstdc++/27256] New: gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64) st-wong at cuhk dot edu dot hk
2006-04-22  8:31 ` [Bug libstdc++/27256] " pcarlini at suse dot de
2006-04-22  8:50 ` pcarlini at suse dot de
2006-04-24  1:30 ` ST at itsc dot cuhk dot edu dot hk
2006-09-16  6:33 ` pinskia at gcc dot gnu dot org
2006-09-16  6:33 ` pinskia at gcc dot gnu dot org
2006-09-16  6:34 ` pinskia at gcc dot gnu dot org
2006-09-16  6:35 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).