On 2022-11-02 21:27, Eric Botcazou wrote:

Great! Did you check that C++ threads are enabled in your build? If they are, you must be able to run the attached C++ test; if they are not (because the MinGW64 build is configured for older versions of Windows), you need to
configure the compiler with the option --enable-libstdcxx-threads.

I already checked everything before, but now I re-checked it again - everything works!

the output:
$ ./t
Start thread 0
Start thread 1
Start thread 2
Start thread 3


thank you!

Reply via email to