niXman / mingw-builds-binaries

MinGW-W64 compiler binaries
GNU General Public License v3.0
2.75k stars 160 forks source link

Thread model win32, although posix was requested #84

Open jano-wol opened 1 week ago

jano-wol commented 1 week ago

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.

niXman commented 6 days ago

I think you have multiple versions installed...

jano-wol commented 6 days ago

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.

niXman commented 5 days ago

Guys, can someone please check this issue? I don't have access to Windows OS now...