Glibc installation

2013-01-16 Thread Apurva Shirish Patil
Hello All, While building glibc , one of the pre-requisits is to configure and build binutils. While running make after doing ./configure we are getting the following errors : Aborted make[3]: *** [libbfd.la] Error 134 make[3]: Leaving directory `/home/student/Desk

Re: Glibc installation

2013-01-16 Thread Ian Lance Taylor
Apurva Shirish Patil writes: > While building glibc , one of the pre-requisits is to configure > and build binutils. While running make after doing ./configure we are > getting the following errors : > > Aborted > make[3]: *** [libbfd.la] Error 134 > make[3]: Leav

[Bug gold/15021] New: Gold generated index difference from gdb: symbols from TUs reference the containing CU

2013-01-16 Thread dje at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15021 Bug #: 15021 Summary: Gold generated index difference from gdb: symbols from TUs reference the containing CU Product: binutils Version: unspecified Status: NEW

[Bug gold/15021] Gold generated index difference from gdb: symbols from TUs reference the containing CU

2013-01-16 Thread dje at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15021 dje at google dot com changed: What|Removed |Added CC||saugustine at google dot

[Bug gold/15021] Gold generated index difference from gdb: symbols from TUs reference the containing CU

2013-01-16 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15021 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

as: large memory model does not work with intel syntax

2013-01-16 Thread Alexander Kobets
.intel_syntax noprefix .text mov eax, 1 movabs 4276092928, eax Error: operand type mismatch for `movabs' But NO ERROR with att syntax. For more information please read this thread: https://groups.google.com/forum/#!topic/alt.os.development/BwS8Hmdfp0w

Re: Glibc installation

2013-01-16 Thread Apurva Shirish Patil
That means its all-right , we can proceed normally ? I will do the subsequent procedure and check out. On Wed, Jan 16, 2013 at 6:49 PM, Ian Lance Taylor wrote: > Apurva Shirish Patil writes: > > > While building glibc , one of the pre-requisits is to configure > > and build binutils.