Re: uclibc x86_64 NPTL support?

2011-07-01 Thread Carmelo AMOROSO
On 30/06/2011 23.24, Bernhard Reutner-Fischer wrote: On Jun 30, 2011 7:56 PM, Rich Felker dal...@aerifal.cx wrote: On Fri, Jul 01, 2011 at 03:38:04AM +1000, Nemykal wrote: Actually I think I may have found the culprit: I only get this error when DOMULTI=y With uClibc development/debugging

Re: uclibc x86_64 NPTL support?

2011-06-30 Thread Khem Raj
On (01/07/11 00:59), Nemykal wrote: Hi, the recent changelog for uclibc 0.9.32 on uclibc.org said there was NPTL support for x86_64, but when I enable that option, I get this compile error: make: *** No rule to make target `libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/clone.c', needed by

Re: uclibc x86_64 NPTL support?

2011-06-30 Thread Nemykal
uclibc config is here: http://paste.pocoo.org/show/424944/ Sorry, I had tried several things to get it to compile (Like removing -mtune=core2 from CFLAGS), and I'd disabled options I thought might impact the compilation. I did make distcleans in between each attempt. So I thought that this was a

Re: uclibc x86_64 NPTL support?

2011-06-30 Thread Nemykal
Actually I think I may have found the culprit: I only get this error when DOMULTI=y With uClibc development/debugging options - [*] Compile all sources at once into an object I get that error. But when I disable that option, libpthread.a is compiled successfully. Guess that's solved, kinda...

Re: uclibc x86_64 NPTL support?

2011-06-30 Thread Rich Felker
On Fri, Jul 01, 2011 at 03:38:04AM +1000, Nemykal wrote: Actually I think I may have found the culprit: I only get this error when DOMULTI=y With uClibc development/debugging options - [*] Compile all sources at once into an object I get that error. But when I disable that option,

Re: uclibc x86_64 NPTL support?

2011-06-30 Thread Peter Mazinger
On Fri, Jul 01, 2011 at 03:38:04AM +1000, Nemykal wrote: Actually I think I may have found the culprit: I only get this error when DOMULTI=y IIRC this option was never really finished. I began working on it (only on x86), made it build some years ago, but it needs some changes to syscall

Re: uclibc x86_64 NPTL support?

2011-06-30 Thread Bernhard Reutner-Fischer
On Jun 30, 2011 7:56 PM, Rich Felker dal...@aerifal.cx wrote: On Fri, Jul 01, 2011 at 03:38:04AM +1000, Nemykal wrote: Actually I think I may have found the culprit: I only get this error when DOMULTI=y With uClibc development/debugging options - [*] Compile all sources at once into