Subj : Re: How to find an application is built with LinuxThreads/NPTL ? To : comp.programming.threads From : loic-dev Date : Thu May 19 2005 08:23 am Hi again, > My question is, is there a way to find out whether an application is > built with LinuxThreads or NPTL? Would 'ldd' command on the binary or > shared library would help? Sorry, forget to answer to your question... Yes, replace /bin/ls by your the name of your binary. You might want to have a look at Kasper Dupont unofficial comp.os.linux.development.* FAQ, Q39 about LinuxThreads/NPTL: http://www.daimi.au.dk/~kasperd/comp.os.linux.development.faq.html#nptl Loic. .