On Wed, 6 Oct 1999 [EMAIL PROTECTED] wrote: > Dear friends, > I'm trying to port a program from WINDOWS to Linux, > and I'm trying to use pthread_create(). There is no error > or warning message when compiling those files( i.e. gcc -c ...), > but there is a linking error: undefined reference to function > pthread_create(). By any chance, did you forget to link with the pthread library (-lpthread)? LLaP bero -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
- problem with pthread_create wangr
- Re: problem with pthread_create Bernhard Rosenkraenzer
- Re: problem with pthread_create J. Scott Kasten