PDA

View Full Version : thread problem


k0der
July 10th, 2009, 12:23
hello folks,
when i try to run thread programs i get

"... undefined reference to pthread_create"

though i have included pthread.h and it is present in include folder too.

thanks for help.. :)

anemos
July 10th, 2009, 12:35
gcc program.c -o program -lpthread