Top "Mingw32" questions

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

How to compile & use GLib with MinGW

I want to use the Gnome GLib in a Windows environment using the free MinGW compiler to develop in C. …

windows glib mingw32
Linking with -static-libstdc++ flag on MinGW 4.7.1

I try to compile (Allegro 5) on MinGW 4.7.1 (using Code::Blocks 12.11 on Win 7) with compiler flags (write them in Project :: Linker …

c++ mingw codeblocks mingw32 allegro
msys path conversion (or cygpath for msys?)

I need to pass /DEF:c:\filepath\myLib.def" command line option from a bash script to MS compiler/linker. …

path portability mingw32 msys cygpath
MinGW-w32 vs. MinGW

What's the difference between the MinGW project and the 32-bit portion of the MinGW-w64 project? Does the 32-bit portion of …

mingw mingw32 mingw-w64
Winsock2.h: No such file or directory

I'm trying to compile this with mingw32 for Linux. However, I get the following errors and warnings: # i586-mingw32msvc-gcc …

c linux compilation mingw32 windows-2000
"Launch failed. Binary not found." error on CDT Kepler Eclipse

Running or debugging anything gives me an extremely frustrating "Launch failed. Binary not found" error. I'm using Eclipse with a …

c++ eclipse eclipse-cdt mingw32
Automake error './ltmain.sh' not found

I've installed mingw and msys by using mingw-get-setup.exe. I've also installed Autotools(autoconf, automake,m4,libtool) into C:\/opt/…

c autotools automake mingw32 libtool
My .bashrc file not executed on Git Bash startup (Windows 7)

This is what I did: cd ~ touch .bashrc notepad .bashrc and the content of my .bashrc is (found on the …

bash mingw32 git-bash
gmpxx.h: no such file or directory

I just installed a brand new copy of mingw (32 bit) downloading it from the official project page from Sourceforge. I …

c++ mingw gmp mingw32
Compiling pygraphviz: Unrecognized command line option '-mno-cygwin'

On Windows 7, when trying to compile pygraphviz, I run python setup.py build -c mingw32 I get C:\MinGW\bin\…

python mingw32 pygraphviz