Subj : Re: Where to download a pthread library To : comp.programming.threads From : David Schwartz Date : Tue Mar 29 2005 12:35 pm "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, you'll need to lookup the appropriate flags in the documentation. It may be '-lc_r'. DS .