> A simple test eg does not compile under MS Visual C+ > 6.0 > > The line that fails to compile is > > pthread_t tid; //fails to compile > main() > { > } > > Did you #include <pthread.h>?