Fwd: Cannot build uclibc++ against toolchain (dl_iterate_phdr __tls_get_addr)

2008-09-17 Thread Flemming Madsen
Hello First of all: Thank you for all this wonderful stuff! I am having trouble building uclibc++ with uclibc for the ARM platform. Upon linking the .so file i get the output below. It seems that the eh_globals.o and unwind-dw2-fde-glibc.o files are extracted from gcc libraries, but that they

Re: Fwd: Cannot build uclibc++ against toolchain (dl_iterate_phdr __tls_get_addr)

2008-09-17 Thread Carmelo AMOROSO
Search in the list for similar issues. I sugegsted a work-around in the past. I've got also a complete fix for uclibc, but up to now, never committed. Carmelo P.S. Please send emails in text/plain, not html Flemming Madsen wrote: Hello First of all: Thank you for all this wonderful stuff!

Re: confirmed working NPTL revision?

2008-09-17 Thread Rob Landley
On Tuesday 16 September 2008 02:48:49 Matthieu CASTET wrote: Hi, Rob Landley a écrit : IIRC there have been some issues in the past... so, unless we are totally sure, we need to keep the working/stable and old linuxthreads.old. No, what we do is we keep the 0.9.29 tarball around and

Re: confirmed working NPTL revision?

2008-09-17 Thread Rob Landley
On Tuesday 16 September 2008 05:12:15 Will Newton wrote: On Tue, Sep 16, 2008 at 7:23 AM, Carmelo AMOROSO [EMAIL PROTECTED] wrote: 1) How platform specific is it? Fully, TLS relocations are different from one arch to another. 2) Does it actually have anything to do with nptl?