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.

MinGW vs MinGW-W64 vs MSVC (VC++) in cross compiling

Let's put like this: We are going to create a library that needs to be cross platform and we choose …

c++ visual-c++ gcc mingw mingw-w64
Building 64-bit Python extensions with f2py on Windows

I'm attempting to build a Python extension from Fortran source using Numpy's f2py.py script. I'm following the steps …

numpy mingw f2py python-extensions mingw-w64
Distribute a program compiled with MinGW g++

Let's say I have created and compiled a simple program using the MinGW 64 (g++ compiler). Running this program on my …

c++ dll g++ mingw-w64
Python 3.4: compile cython module for 64-bit windows

I have a .pyx module that I've been trying to compile for use with 64-bit python 3.4 on Windows through various …

windows python-3.x cython distutils mingw-w64
OpenMP for MinGW w64?

Are there any OpenMP binaries out there for the MinGW-w64 GCC compiler (Windows)?

gcc mingw openmp mingw-w64
cmake error using the mingw-w64-x86_64 gcc toolchain under Windows 7 : "this program has been built without plugin support"

I have a setup with Windows 7, MSYS2, Mingw-w64-x86_64 gcc toolchain, CMake, and I am trying to build the nanomsg …

gcc windows-7 mingw-w64 msys2 nanomsg
C++17 filesystem using nuwen MinGW on Windows 10

I wanted to try out the new filesystem library in C++17, so tried copying the std::filesystem::current_path example …

c++ windows-10 c++17 mingw-w64 gcc8