Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: MinGW cannot compile with threading support. How reproducible: Try to compile DXVK. https://github.com/doitsujin/dxvk/issues/1795 Additional info: For non debian based distros, make sure that your mingw-w64-gcc cross compiler does have `--enable-threads=posix` enabled during configure. If your distro does ship its mingw-w64-gcc binary with `--enable-threads=win32` you might have to recompile locally or open a bug at your distro's bugtracker to ask for it.
You just need to install mingw64-winpthreads
Last metadata expiration check: 0:40:33 ago on Sat 17 Oct 2020 04:48:21 AM EDT. Package mingw64-winpthreads-7.0.0-2.fc33.noarch is already installed. Dependencies resolved. Nothing to do. Complete!
Looks like you are linking statically, also install mingw64-winpthreads-static in that case.
Thanks that worked.