Top "Mingw" questions

MinGW (Minimalist GNU for Windows) is a native software port of the GNU Compiler Collection (GCC) and GNU Binutils for use in the development of native Microsoft Windows applications.

Undefined references using GLUT with MinGW

The initial command shown below yields the following errors while compiling an OpenGL program written in C. C:\Users\razz\…

windows opengl mingw glut static-linking
Is make no longer included with MinGW and/or MSYS?

I installed MinGW and MSYS on my Windows 7 computer. I added C:\Program Files (x86)\MinGW\bin to my path. …

c++ makefile mingw msys
what is "stack alignment"?

What is stack alignment? Why is it used? Can it be controlled by compiler settings? The details of this question …

c++ data-structures mingw visual-c++ compiler-construction
undefined reference to SDL_Init

I started using SDL today and had some trouble before, now I got it running but it won't let me …

mingw sdl codeblocks winmain
How to stop MinGW and MSYS from mangling path names given at the command line

On Windows, I'm cross-compiling a program for ARM/Linux using CodeSourcery's cross-compiler suite. I use MinGW MSYS as my command …

gcc mingw cross-compiling rpath codesourcery
Setting up SDL in MinGW

Currently, I'm trying to figure out how to set up SDL with MinGW. I've seen a couple of sites that …

gcc installation mingw sdl msys
What is cygwin and what does it do

after searching about it i found some info (yet confusing for me) Cygwin is a Unix-like environment and command-line interface …

cygwin mingw msys
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
error: 'std::this_thread' has not been declared

I try to use std::this_thread::sleep_for() function but got the error error: 'std::this_thread' has not …

c++ c++11 gcc mingw glibc
Qt: CONFIG += C++11, but -std=c++0x

When I compile a project under Qt Creator 2.8 / Qt5.1 with VS 2010 all is fine. If I do the same with …

c++ c++11 mingw qt-creator qt5.1