Top "Mingw32" questions

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

ld.exe: cannot open output file ... : Permission denied

I recently installed CodeBlocks with mingw32 on Windows 7 Ultimate 32bit in order to dust off my c skills, but this …

c windows windows-7 codeblocks mingw32
Git Bash is extremely slow on Windows 7 x64

I've been using Git on both Windows and Ubuntu during the development of a small project, frequently flipping back and …

git bash windows-7 msysgit mingw32
Change the location of the ~ directory in a Windows install of Git Bash

I am not even sure I am asking the right question. Let me explain my situation: This is about Git …

git msysgit git-bash mingw32 msys2
Multiple "could not be resolved" problems using Eclipse with minGW

I have recently installed (the latest builds of) 'Eclipse IDE for C/C++ Developers' and minGW (4.8.1) to help me to …

c++ eclipse gcc c++11 mingw32
How to add a path to LDFLAGS

I'm trying to set up a library called PBC (Pairing-based cryptography). And this library requires another library called GMP -(…

gnu gmp mingw32
undefined reference to `getline' in c

I am learning to use getline in C programming and tried the codes from http://crasseux.com/books/ctutorial/getline.…

c reference undefined getline mingw32
Setting colors for ls in git bash on windows

I have installed GitHub for Windows recently and am using the git bash prompt - the one thing that is …

mingw32 github-for-windows
How to install mingw32 on Ubuntu?

I would like to install mingw32 on my Ubuntu (16.10) cuz I would like to generate an x86 windows version of …

linux ubuntu gcc mingw mingw32
how do I install both mingw32 and mingw64 on Linux or MacOS?

I'm having trouble installing both mingw32 and mingw64 on Linux or MacOS. I've tried many different package repositories and multiple …

mingw mingw32 mingw-w64
How to compile on multiple cores using mingw inside QTCreator

I have a quad-core i7 CPU on my windows desktop. I am trying to get mingw32-make to compile using …

qt qt-creator mingw32