This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: uclibc + tls / mysql build fail


On Thursday 25 February 2010 02:10:13 Enrico Weigelt wrote:
> I've just tried to compile mysql, but it breaks w/ missing
> __tls_get_addr on linking the clients (which involve c++).
> 
> Seems that the compiler creates tls code, which isn't supported
> by uclibc.
> 
> Does anyone have an idea how to fix this ?

whatever is using __thread is broken.  find & fix it.  some packages have 
insufficient TLS checks in their configure scripts.
-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]