This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error: undefined symbol: __gnu_local_gp when building glibc w/ gcc-4.3.1 & binutils-2.18


On Sat, Aug 02, 2008 at 02:12:40AM -0400, Kumba wrote:
>
> This one has me a bit stumped.  Attempting to get the userland on an SGI 
> box of mine up to snuff, and glibc is (I think), playing the part of the 
> monkey wrench in my plans.  After building it with gcc-4.3.1 and 
> binutils-2.18, on the O32 ABI, I get this error when attempting to load 
> any new binaries (like calling 'sh' after the install):

__gnu_local_gp is an optimization used for non-shared binaries.  The
linker is supposed to fill it in.  Are you sure your assembler and
linker match?

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]