Hi! I've quite recently installed LM8.0 Before I used LM7.2 I have some code that uses pthreads.h, and with Mandrake 7.2 everything worked fine. But after I installed 8.0, it just won't compile. It says something like, pthread_create undefined, or undeclared use of pthread_create. I get the same message with or without #include <pthread.h>. I think it's really strange. I've checked that pthread.h exists. I don't know what to do. And I need to use pthreads, because in school they use Solaris. (Posix standard).
