public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/28381]  New: compile of gcc 4.1.1 fails on x86_64 using gcc 3.4.5
@ 2006-07-14 14:37 daveme at ntlworld dot com
  2006-07-14 14:41 ` [Bug c++/28381] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: daveme at ntlworld dot com @ 2006-07-14 14:37 UTC (permalink / raw)
  To: gcc-bugs

The config command is:
configure --prefix=/home/phoenix411 --with-libiconv-prefix=/usr/local
--disable-multilib
then try to build with make bootstrap
The last couple of lines of output are:
 /home/dsimmond/gcc/obj411/./gcc/xgcc -shared-libgcc
-B/home/dsimmond/gcc/obj411/./gcc -nostdinc++
-L/home/dsimmond/gcc/obj411/x86_64-unknown-linux-gnu/libstdc++-v3/src
-L/home/dsimmond/gcc/obj411/x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs
-B/home/phoenix411/x86_64-unknown-linux-gnu/bin/
-B/home/phoenix411/x86_64-unknown-linux-gnu/lib/ -isystem
/home/phoenix411/x86_64-unknown-linux-gnu/include -isystem
/home/phoenix411/x86_64-unknown-linux-gnu/sys-include -shared -nostdlib
/usr/lib/../lib64/crti.o /home/dsimmond/gcc/obj411/./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/home/dsimmond/gcc/obj411/x86_64-unknown-linux-gnu/libstdc++-v3/src
-L/home/dsimmond/gcc/obj411/x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs -lm
../libmath/.libs/libmath.a -lm ../libsupc++/.libs/libsupc++convenience.a -lm
-L/home/dsimmond/gcc/obj411/./gcc -L/lib/../lib64 -L/usr/lib/../lib64 -lgcc_s
-lc -lgcc_s -lm -lgcc_s -lc -lgcc_s   /home/dsimmond/gcc/obj411/./gcc/crtendS.o
/usr/lib/../lib64/crtn.o  -Wl,-O1 -Wl,-z -Wl,relro
-Wl,--version-script=libstdc++-symbol.ver -Wl,-soname -Wl,libstdc++.so.6 -o
.libs/libstdc++.so.6.0.8
/usr/bin/ld: BFD 2.15.92.0.2 20040927 internal error, aborting at
../../bfd/elf64-x86-64.c line 1912 in elf64_x86_64_relocate_section

building gcc 4.1.1
with gcc 3.4.5
system: Linux 2.6.9-34.0.1.Elsmp x86_64

I'm not sure what to put in triplet fields above - they aren't mentioned in
'bug writing guidlines' - sorry if i've got them wrong!


-- 
           Summary: compile of gcc 4.1.1 fails on x86_64 using gcc 3.4.5
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: daveme at ntlworld dot com
 GCC build triplet: 3.4.5
  GCC host triplet: 3.4.5
GCC target triplet: 4.1.1


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


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

* [Bug c++/28381] compile of gcc 4.1.1 fails on x86_64 using gcc 3.4.5
  2006-07-14 14:37 [Bug c++/28381] New: compile of gcc 4.1.1 fails on x86_64 using gcc 3.4.5 daveme at ntlworld dot com
@ 2006-07-14 14:41 ` pinskia at gcc dot gnu dot org
  2006-09-16  6:34 ` pinskia at gcc dot gnu dot org
  2006-09-16  6:34 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-14 14:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-07-14 14:40 -------
Trying updating binutils.  The internal error is from binutils and not GCC so
closing as invalid.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/28381] compile of gcc 4.1.1 fails on x86_64 using gcc 3.4.5
  2006-07-14 14:37 [Bug c++/28381] New: compile of gcc 4.1.1 fails on x86_64 using gcc 3.4.5 daveme at ntlworld dot com
  2006-07-14 14:41 ` [Bug c++/28381] " pinskia at gcc dot gnu dot org
  2006-09-16  6:34 ` pinskia at gcc dot gnu dot org
@ 2006-09-16  6:34 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-16  6:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-09-16 06:34 -------
Reopening to ...


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/28381] compile of gcc 4.1.1 fails on x86_64 using gcc 3.4.5
  2006-07-14 14:37 [Bug c++/28381] New: compile of gcc 4.1.1 fails on x86_64 using gcc 3.4.5 daveme at ntlworld dot com
  2006-07-14 14:41 ` [Bug c++/28381] " pinskia at gcc dot gnu dot org
@ 2006-09-16  6:34 ` pinskia at gcc dot gnu dot org
  2006-09-16  6:34 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-16  6:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-09-16 06:34 -------
Mark as a dup of bug 27256.

*** This bug has been marked as a duplicate of 27256 ***


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-14 14:37 [Bug c++/28381] New: compile of gcc 4.1.1 fails on x86_64 using gcc 3.4.5 daveme at ntlworld dot com
2006-07-14 14:41 ` [Bug c++/28381] " pinskia at gcc dot gnu dot org
2006-09-16  6:34 ` pinskia at gcc dot gnu dot org
2006-09-16  6:34 ` 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).