> The default mingw-w64 GCC on Debian and Ubuntu uses Win32 thread model
> by default:
> 
>     $ x86_64-w64-mingw32-gcc -v 2>&1 | grep '^Thread model:'
>     Thread model: win32
> 
>     $ x86_64-w64-mingw32-gcc-posix -v 2>&1 | grep '^Thread model:'
>     Thread model: posix
> 
> Although I am not familiar with OpenSUSE, I suspect their GCC uses
> POSIX thread model...?

Yes, it's 'posix'.  Thanks a lot for your explanation, it helps a lot!


    Werner


_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to