On 4 October 2011 00:00, niXman wrote: > When using std::mutex or std::thread or anything from stdthreads, the > program terminates with SIGSEGV. On unix-like platforms it's necessary to use -pthread or similar to build programs using threads, maybe MinGW has something similar. This list isn't the best place to ask - a mingw list might be better.