Undefined reference to pthread_create

Use -lpthread as the last compiler flag.

example: gcc -o sample sample.c -lpthread

Leave a Comment