Open jano-wol opened 1 week ago
I think you have multiple versions installed...
Hmm, I’m quite confident that multiple versions are not the issue in this case. I performed a complete cleanup and reinstalled MinGW from scratch (I also cleared up my path completely). I choosed: 14.2.0/64bit/posix/rev0/msvcrt -> gcc -v tells: Thread model: win32.
On the other hand when I choosed: 14.2.0/64bit/win32/rev0/msvcrt -> gcc -v tells: Thread model: posix.
Of course, if you’re unable to reproduce this and others aren’t reporting the issue, I understand if you’d prefer to close it.
Guys, can someone please check this issue? I don't have access to Windows OS now...
Hi,
During the installation process, I specifically selected the posix thread model. However, after the installation (and PATH setup), I ran gcc -v to confirm the configuration, and I observed that the thread model is set to win32 instead of posix.