Closed yutianzhe30 closed 7 years ago
It seems that stock MinGW does not support the C++11 thread APIs (why this is the case, I have no idea). It seems some alternate builds such as http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/rubenvb/ do support threads.
Further background at
https://stackoverflow.com/questions/17551722/getting-stdthread-mutex-to-work-under-win7-with-mingw-and-g-4-7-2 https://wiki.qt.io/MinGW-64-bit
Platform: Windows 10 AMD64 toolchain: mingw (GNU coreutils) 5.3.0 I have also tried python configure.py --cc=gcc --cpu=x86 --os=mingw --disable-share python configure.py --cc=gcc --cpu=i686 --os=mingw --disable-share but the results are the same