Where can i get the Pthreads-Dev package from? I need it so i can compile
something (sound-recorder-0.02.tar.gz) because at the moment i get this error:

bigbird:/sound-recorder-0.02# make
cd src; make all;
make[1]: Entering directory `/sound-recorder-0.02/src'
g++ -D_REENTRANT -Wall -O3 -c record.cc
g++ -D_REENTRANT -Wall -O3 -c cd-player.cc
g++ -D_REENTRANT -Wall -O3 -c waveriff.cc
g++ -D_REENTRANT -Wall -O3 -c pcm.cc
g++ -D_REENTRANT -Wall -O3 -c commndln.cc
g++ -D_REENTRANT -Wall -O3 -c dsp.cc
g++ -D_REENTRANT -Wall -O3 -c dspsetting.cc
g++ -D_REENTRANT -Wall -O3 -c rcfile.cc
g++ -D_REENTRANT -Wall -O3 record.o cd-player.o waveriff.o pcm.o commndln.o dsp.o 
dspsetting.o rcfile.o -o record -lpthread
/usr/i586-pc-linux-gnulibc1/bin/ld: cannot open -lpthread: No such file or directory
collect2: ld returned 1 exit status
make[1]: *** [record] Error 1
make[1]: Leaving directory `/sound-recorder-0.02/src'
make: *** [all] Error 2

Or is it a gcc thing?
bigbird:/sound-recorder-0.02# gcc --version
egcs-2.90.29 980515 (egcs-1.0.3 release)
(although i tried it on another pc with the older gcc and got the same error)

Reply via email to