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.

What configure options were used when building gcc / libstdc++?

After reading about the problem of passing empty std::string objects between DLLs and EXEs, I am concerned about the …

c++ gcc mingw configure libstdc++
Adding leading underscores to assembly symbols with GCC on Win32?

I have a piece of C code that calls a function defined in assembly. By way of example, let's say …

c winapi gcc assembly mingw
How to build Google's protobuf in Windows using MinGW?

I'm using Codeblocks as my IDE with MingGW. I'm trying to use google protocol buffers, but I'm having trouble building …

c++ mingw protocol-buffers
How Do I Run ./configure with MinGW?

I am looking at this webpage http://mathieu.carbou.free.fr/wiki/index.php?title=Glib_for_Win32 And it …

mingw glib
Getting mingw-get to install correctly - mingw/msys path missing plus more!

I'm running windows XP. I have been following this tutorial and so downloading mingw-get-inst here. I've done this a couple …

c++ windows-xp g++ mingw msys
Setup Boost in Clion

How to use Boost library in Clion with MinGW ? I have downloaded and unzipped boost_1_60_0.zip to C:\boost_1_60_0. What …

c++ boost mingw clion
Object file has too many sections

We am making heavy use of boost::serialization and templates in general. All seems to be going well. Except, we've …

c++ visual-studio boost g++ mingw
Using Clang on Mingw 64bit

I want to have clang in addition to GCC in a MinGW-64bit environment on Windows 7, both using the standard …

c++ gcc mingw clang qmake
Setting up MSYS: ./configure is not recognized by Windows 7 as a command

I'm following a tutorial for installing Synthesis Toolkit on Windows 7 I figured that I already installed MinGW and MSYS, and …

mingw msys
How do you configure Msys's default size, color, and font?

I've been exploring use of MSys lately as an alternative, 'nix-like shell for my windows development. However, the default colors …

console mingw msys