This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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: Static libc.a and weak __pthread_unwind symbol problem


On Monday, August 29, 2011 14:55:48 Bryan Ischo wrote:
> I build a purely static version of glibc in an early stage of a
> 'bootstrapping' process of building gcc, glibc, and binutils as a
> cross-compiler.  Then I use that static glibc when building gcc.  This
> works fine when the BUILD and HOST are i686-unknown-linux-gnu, but the
> pthreads implementation for x86_64 is different and causes problems.

if you have a static-only glibc, then dont build shared libs with gcc.  the 
error you're getting is because you're wrongly trying to include non-PIC 
objects in a shared library for a mips target.  like the error told you.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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