If I try to compile a program with
#include <pthread.h>
in it, I get the error: pthread.h: No such file or directory
Is it possible to get this to compile in a Windows environment?
I am using Vista with the latest mingw
I do not want to use the Microsoft Windows Services for UNIX Version 3.5 as I will have to move this to a Unix environment.