Tagged Questions
1
vote
1answer
8k views
gcc can't link to pthread?
I have recently installed XUbuntu 11.10 64bit, but I am having problem compiling the most simple pthread example.
Here is the code pthread_simple.c:
#include <stdio.h>
#include ...