Top "Mingw32" questions

MinGW(32), a contraction of minimalist GNU for Windows, is a minimalist development environment for native Microsoft Windows applications.

How to make Armadillo work on Windows?

I cannot make Armadillo 4.3 work on Windows. The library armadillo/include is included and I run g++ "-LC:\\Armadillo\\BLAS_…

c++ lapack mingw32 blas armadillo
mingw32-g++.exe: error: CreateProcess: No such file or directory

I just installed Code::Blocks 12.11 and create a console application by the Wizard the hello world code was in there …

compiler-errors g++ codeblocks mingw32
Inline ASM in C, compiled with MinGW/GCC using "-masm=intel": "undefined reference"

I've been looking around a lot for examples of using inline ASM and I've seen seen a few different approaches. …

c gcc mingw32
How do I use CMake to build a package using MinGW?

I'm trying to build some software from ECMWF called ECCODES. It builds fine on GNU/Linux. It builds fine on …

cmake mingw32 mingw-w64
GLFW MinGW link error

I've been attempting to test out GLFW with C++ for quite a while and am having constant linker issues. I …

c++ compiler-errors qt-creator glfw mingw32
recipe for target 'main.o' failed

I am trying to install SIP to be able to install PyQt on my Windows system. I'm following a guide "…

gcc pyqt4 mingw32 python-sip
How would I build Box2D to work in Code::Blocks/Mingw32(Windows)

hey the title pretty much says it all. i have been trying different methods from internet sources, but whenever i …

c++ cmake box2d sfml mingw32
IOException:cannot run program:CreateProcess error=193,%1 is not a valid Win32 application

I am trying to run a shell script that runs in MinGW32. Then I get the following error: Caused by: …

java eclipse shell gradle mingw32
How to use inet_pton() with the mingw compiler?

I'm trying to add IPv6 compatibility to an already IPv4-compatible program in C, but having some problems with the …

c winsock2 mingw32
Using MinGW to compile C code, but error liblto_plugin-0.dll not found?

I'm using MinGW to compile C code. but when I give command "make", appear error : gcc.exe : fatal error: -fuse-linker-plugin, …

c compiler-errors mingw mingw32