1c1 Subj : Re: Which pthread library I am using ? To : comp.programming.threads From : Oliver Battenfeld Date : Wed Mar 30 2005 07:55 pm Paul Pluzhnikov wrote: Hi, > If you see /lib/tls/libpthread.so.0, you are using NPTL threads. > If you see /lib/libpthread.so.0 or /lib/i686/libpthread.so.0, > you are using LinuxThreads. another way (that might work) is using getconf: $ getconf GNU_LIBPTHREAD_VERSION -- Bye, Oliver . 0