Tagged Questions
2
votes
1answer
9k 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 ...