Re: [gentoo-user] NPTL and glibc

2005-04-29 Thread Robert Crawford
On Friday 29 April 2005 11:52 am, Dave Nebinger wrote: > > You can also set the "nptlonly" flag for glibc, which will avoid using > > linuxthreads at all (forces everything to use nptl). > > If you look at the OP's message, it appeared that he did have the nptlonly > flag set... There is the messa

Re: [gentoo-user] NPTL and glibc

2005-04-29 Thread Thomas T. Veldhouse
Dave Nebinger wrote: You can also set the "nptlonly" flag for glibc, which will avoid using linuxthreads at all (forces everything to use nptl). If you look at the OP's message, it appeared that he did have the nptlonly flag set... There is the message about glibc/gcc masking off some use fla

Re: [gentoo-user] NPTL and glibc

2005-04-29 Thread Thomas T. Veldhouse
Bastian Balthazar Bux wrote: use the command # getconf GNU_LIBPTHREAD_VERSION NPTL 2.3.4 or check for the existence of "/lib/tls" directory, this one keep the files when both are installed Excellent: [EMAIL PROTECTED] glibc # getconf GNU_LIBPTHREAD_VERSION NPTL 2.3.4 So, why is the output for /l

RE: [gentoo-user] NPTL and glibc

2005-04-29 Thread Dave Nebinger
> You can also set the "nptlonly" flag for glibc, which will avoid using > linuxthreads at all (forces everything to use nptl). If you look at the OP's message, it appeared that he did have the nptlonly flag set... There is the message about glibc/gcc masking off some use flags for stability purp

Re: [gentoo-user] NPTL and glibc

2005-04-29 Thread Robert Crawford
If you want NPTL only, and not linuxthreads also, you have to add the USE flags nptlonly AND nptl to /etc/make.conf. That way, Gentoo doesn't compile linuxtheads. Some people running regular x86 systems seem to have problems with this, but I'm running ~x86 systems, and haven't had any problems

Re: [gentoo-user] NPTL and glibc

2005-04-29 Thread Richard Fish
Bastian Balthazar Bux wrote: >Dave Nebinger wrote: > > >>>I have recently built a new Gentoo 2005.0 box with a stage3 tarball. I >>>set the NPTL flag (among others) and rebuilt the entire system. It does >>>not appear that NPTL is sticking and I am not at all sure why; instead >>>it has pulled

Re: [gentoo-user] NPTL and glibc

2005-04-29 Thread Bastian Balthazar Bux
Dave Nebinger wrote: >>I have recently built a new Gentoo 2005.0 box with a stage3 tarball. I >>set the NPTL flag (among others) and rebuilt the entire system. It does >>not appear that NPTL is sticking and I am not at all sure why; instead >>it has pulled in the linuxthreads package. Can anybod

RE: [gentoo-user] NPTL and glibc

2005-04-29 Thread Dave Nebinger
> I have recently built a new Gentoo 2005.0 box with a stage3 tarball. I > set the NPTL flag (among others) and rebuilt the entire system. It does > not appear that NPTL is sticking and I am not at all sure why; instead > it has pulled in the linuxthreads package. Can anybody help out here? You