on all recent fedora distros, /lib/libc.so.6 is the old linux threads implementation - maintained for backward compatibility purposes. /lib/tls/libc.so.6 is the nptl implementation. all applications using posix threads will be linked to this version automatically, unless u explicitly link to the former. you dont need to do anything special to use nptl. to check use ldd on a FC binary using threads. On 7/9/05, divij bhatt <divij@xxxxxxxxxxxxxxxxxx> wrote: > Hi, > I want to know that how can i configure nptl on my linux 2.6.10 > kernel.I am confused little bit because when I give > the command:->getconf GNU_LIBPTHREAD_VERSION it is returning the value > nptl-0.61 but when i am giving the command:-> > /lib/libc.so.6 where it is giving following output:->linuxthreads-0.10 > by Xavier Leroy instead of > Native POSIX Threads Library by Ulrich Drepper et al I am using the gcc > version 3.3.3 and Thread Model:-POSIX But when I > am giving:->/lib/tls/libc.so.6 it is giving:->Native POSIX Threads > Library by Ulrich Drepper et al So tell me whether it > is working or not. > > Thanks > Divij Kumar Bhatt > > -- > fedora-devel-list mailing list > fedora-devel-list@xxxxxxxxxx > http://www.redhat.com/mailman/listinfo/fedora-devel-list > -- Jatin Nansi It's not that I'm so smart, it's just that I stay with problems longer. -- Einstein -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-devel-list