The Posix thread header should be under /usr/include and the library under /usr/lib. But it doesn't have to be. You can also check to see where your environment variable LD_SHARED_LIBRARY is pointing to.
C and C++ does not have a threading concept, but there are many threading libraries you can use with C and C++. And in this case POSIX is a well managed and a mature library. The other advice given is spot on. -- Chris On Sat, 2007-12-22 at 18:37 +0000, srinath wrote: > Hello All, > I want to implemet threading concept in c. But the problem > is that i am using the powerpc-linux architecture and also the > powerpc- > linux compiler. When searched over the net i found a header file > (pthread.h) which can be used. But i am not able to find the header > file in the linux and also for download. Could you please provide me > the header file. And also apart from this header file is there any > way > to implement the threading concept in c or in C++. > > Thanks in advance and waiting for your reply,........... > > Regards > > A.Srinath > > > > >