Top "Mingw-w64" questions

The MinGW-w64 (MinGW fork) project is a complete runtime environment for gcc to produce binaries native to Windows 64-bit and 32-bit operating systems.

Does MinGW-w64 support std::thread out of the box when using the Win32 threading model?

I have opted for the Win32 threading model when installing the MinGW-w64 toolchain, after reading that it provides better performance …

c++ multithreading c++11 gcc mingw-w64
The procedure entry point __gxx_personality_sj0 could not be located in...

I have managed to (somehow) cross-compile Qt5 with the Mingw-w64 Project's compiler for 32-bit Windows. All of the libraries have …

c++ windows cross-compiling mingw-w64
How to install MinGW 64 bit in Windows 7

I want to work in Eclipse CDT 64 bit and I have installed it in my machine. But after that I …

c++ c windows-7 eclipse-cdt mingw-w64
How to correctly run Cuda toolkit in Ubuntu in the WSL (eventually to be used for YOLO)?

I followed the tutorial here from the Medium: https://medium.com/@GuruAtWork/setup-fastai-ubuntu-on-windows-10-44ca50b13a9 I was following …

ubuntu-18.04 windows-subsystem-for-linux mingw-w64 yolo
clang/clang++ doesn't find C/C++ headers in windows?

1 hour ago I downloaded llvm-3.6.0-rc4-win32.exe from http://llvm.org/pre-releases/3.6.0/ . I tried to compile simple C code …

c++ c clang llvm mingw-w64
Netbeans and MinGW-w64

I'm trying to configure my NetBeans on win7 64bit, to work with the MinGW-w64. So I put in the %PATH% …

c++ netbeans windows-7 64-bit mingw-w64
How to use MinGW-w64 with Cygwin?

MinGW-w64 has been available with Cygwin at least since December 2010. However I am having hard time using this to compile …

gcc cygwin mingw mingw-w64
MSYS vs. MinGW: internal environment variables

MSYS2 default shell (bash) can be started choosing among three launchers, which also set the environment variable MSYSTEM. Specifically: msys2_…

mingw msys mingw-w64 msys2
MinGW-W64 linker skipping incompatible files when searching for third-party static libraries

I'm on Windows 7 64-bit, and I'm compiling with g++ from MinGW-W64. I'm trying to compile an application that I wrote …

c++ windows linker g++ mingw-w64
How to obtain pre-built *debug* version of Python library (e.g. Python27_d.dll) for Windows

Firstly, I should state that my current development environment is MSYS + mingw-w64 + ActivePython under Windows 7 and that on a normal …

python gdb debug-symbols activepython mingw-w64