Subj : Re: Where to download a pthread library To : comp.programming.threads From : Sean Date : Tue Mar 29 2005 04:38 pm David Schwartz wrote: > "Sean" wrote in message > news:d2cd4p$458$1@mailhub227.itcs.purdue.edu... > > >>I found one of my FreeBSD box doesn't have libpthread* for some reason. >>Where can I download one? Thanks, > > > It's just not called that on FreeBSD. You should still have a > 'pthread.h' header file and compiling with '-pthread' should work. If not, Thanks, I used -lpthread which didn't work. Now it works well. By the way, is this the convention for FreeBSD linker? > you'll need to lookup the appropriate flags in the documentation. It may be > '-lc_r'. > > DS > > .