hi,
I am not able to compile a program(threads related code) which calls pthread_create,pthread_join ... and other pthread routines. It says "undefined reference to pthread_create...(all these funcetions)". I have included pthread.h header. What is wrong here?
I am not able to compile a program(threads related code) which calls pthread_create,pthread_join ... and other pthread routines. It says "undefined reference to pthread_create...(all these funcetions)". I have included pthread.h header. What is wrong here?