public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/27876]  New: Getting an error when building GCC 4.1.1
@ 2006-06-02 15:42 razin at avaya dot com
  2006-06-02 15:51 ` [Bug target/27876] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: razin at avaya dot com @ 2006-06-02 15:42 UTC (permalink / raw)
  To: gcc-bugs

When I am trying to build GCC 4.1.1 I am getting the following error:
 /root/Downloads/gcc-4.1.1/host-i686-pc-linux-gnu/gcc/xgcc -shared-libgcc
-B/root/Downloads/gcc-4.1.1/host-i686-pc-linux-gnu/gcc -nostdinc++
-L/root/Downloads/gcc-4.1.1/i686-pc-linux-gnu/libstdc++-v3/src
-L/root/Downloads/gcc-4.1.1/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -isystem
/usr/local/i686-pc-linux-gnu/sys-include -shared -nostdlib /usr/lib/crti.o
/root/Downloads/gcc-4.1.1/host-i686-pc-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/root/Downloads/gcc-4.1.1/i686-pc-linux-gnu/libstdc++-v3/src
-L/root/Downloads/gcc-4.1.1/i686-pc-linux-gnu/libstdc++-v3/src/.libs -lm
../libmath/.libs/libmath.a -lm ../libsupc++/.libs/libsupc++convenience.a -lm
-L/root/Downloads/gcc-4.1.1/host-i686-pc-linux-gnu/gcc
-L/usr/local/lib/gcc/i686-pc-linux-gnu/../.. -lgcc_s -lc -lgcc_s -lm -lgcc_s
-lc -lgcc_s   /root/Downloads/gcc-4.1.1/host-i686-pc-linux-gnu/gcc/crtendS.o
/usr/lib/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/elf32-i386.c line 2262 in elf_i386_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
`/root/Downloads/gcc-4.1.1/i686-pc-linux-gnu/libstdc++-v3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/root/Downloads/gcc-4.1.1/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/root/Downloads/gcc-4.1.1/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/root/Downloads/gcc-4.1.1'
make: *** [all] Error 2


-- 
           Summary: Getting an error when building GCC 4.1.1
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: razin at avaya dot com


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


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

* [Bug target/27876] Getting an error when building GCC 4.1.1
  2006-06-02 15:42 [Bug c++/27876] New: Getting an error when building GCC 4.1.1 razin at avaya dot com
@ 2006-06-02 15:51 ` pinskia at gcc dot gnu dot org
  2006-06-02 15:55 ` razin at avaya dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-02 15:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-06-02 15:51 -------
/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


--------
Two things, first this is a bug in binutils.
Second the version of binutils you are using not the FSF released binutils (it
is HJL special binutils) and really out of date at that.

This is not a GCC but and updating to the official release of 2.16.1 should fix
this.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|c++                         |target
         Resolution|                            |INVALID


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


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

* [Bug target/27876] Getting an error when building GCC 4.1.1
  2006-06-02 15:42 [Bug c++/27876] New: Getting an error when building GCC 4.1.1 razin at avaya dot com
  2006-06-02 15:51 ` [Bug target/27876] " pinskia at gcc dot gnu dot org
@ 2006-06-02 15:55 ` razin at avaya dot com
  2006-06-02 15:58 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: razin at avaya dot com @ 2006-06-02 15:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from razin at avaya dot com  2006-06-02 15:55 -------
Subject: RE:  Getting an error when building GCC 4.1.1

If you do not mind can you explain a little bit in details the
difference between FSF and HJL binutils.

Thanks!


-----Original Message-----
From: pinskia at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org] 
Sent: Friday, June 02, 2006 11:51 AM
To: Razin, Sergey (Sergey)
Subject: [Bug target/27876] Getting an error when building GCC 4.1.1



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-06-02 15:51
-------
/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


--------
Two things, first this is a bug in binutils.
Second the version of binutils you are using not the FSF released
binutils (it
is HJL special binutils) and really out of date at that.

This is not a GCC but and updating to the official release of 2.16.1
should fix
this.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
------------------------------------------------------------------------
----
             Status|UNCONFIRMED                 |RESOLVED
          Component|c++                         |target
         Resolution|                            |INVALID


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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


-- 


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


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

* [Bug target/27876] Getting an error when building GCC 4.1.1
  2006-06-02 15:42 [Bug c++/27876] New: Getting an error when building GCC 4.1.1 razin at avaya dot com
  2006-06-02 15:51 ` [Bug target/27876] " pinskia at gcc dot gnu dot org
  2006-06-02 15:55 ` razin at avaya dot com
@ 2006-06-02 15:58 ` pinskia at gcc dot gnu dot org
  2006-06-02 15:59 ` razin at avaya dot com
  2007-01-30 23:44 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-02 15:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-06-02 15:58 -------
(In reply to comment #2)
> Subject: RE:  Getting an error when building GCC 4.1.1
> 
> If you do not mind can you explain a little bit in details the
> difference between FSF and HJL binutils.


HJL does not care about release/development cycles so HJL's binutils is going
to be less tested than the official release of binutils.


-- 


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


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

* [Bug target/27876] Getting an error when building GCC 4.1.1
  2006-06-02 15:42 [Bug c++/27876] New: Getting an error when building GCC 4.1.1 razin at avaya dot com
                   ` (2 preceding siblings ...)
  2006-06-02 15:58 ` pinskia at gcc dot gnu dot org
@ 2006-06-02 15:59 ` razin at avaya dot com
  2007-01-30 23:44 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: razin at avaya dot com @ 2006-06-02 15:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from razin at avaya dot com  2006-06-02 15:59 -------
Subject: RE:  Getting an error when building GCC 4.1.1

Thanks! I will make a note of that.

Sergey 


-----Original Message-----
From: pinskia at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org] 
Sent: Friday, June 02, 2006 11:58 AM
To: Razin, Sergey (Sergey)
Subject: [Bug target/27876] Getting an error when building GCC 4.1.1



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-06-02 15:58
-------
(In reply to comment #2)
> Subject: RE:  Getting an error when building GCC 4.1.1
> 
> If you do not mind can you explain a little bit in details the
> difference between FSF and HJL binutils.


HJL does not care about release/development cycles so HJL's binutils is
going
to be less tested than the official release of binutils.


-- 


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


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

* [Bug target/27876] Getting an error when building GCC 4.1.1
  2006-06-02 15:42 [Bug c++/27876] New: Getting an error when building GCC 4.1.1 razin at avaya dot com
                   ` (3 preceding siblings ...)
  2006-06-02 15:59 ` razin at avaya dot com
@ 2007-01-30 23:44 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-30 23:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2007-01-30 23:44 -------
*** Bug 30648 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-01-30 23:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-02 15:42 [Bug c++/27876] New: Getting an error when building GCC 4.1.1 razin at avaya dot com
2006-06-02 15:51 ` [Bug target/27876] " pinskia at gcc dot gnu dot org
2006-06-02 15:55 ` razin at avaya dot com
2006-06-02 15:58 ` pinskia at gcc dot gnu dot org
2006-06-02 15:59 ` razin at avaya dot com
2007-01-30 23:44 ` 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).