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.

CMAKE_MAKE_PROGRAM not found

I have reached the end of my rope with CMake; it has so much potential, but I cannot seem to …

makefile cmake mingw
libstdc++-6.dll not found

I have been working on a project (a game to be specific) and I feel that I should start over …

c++ mingw libraries
Unable to specify the compiler with CMake

I have a problem with this CMakeLists.txt file: cmake_minimum_required(VERSION 2.6) SET(CMAKE_C_COMPILER C:/MinGW/bin/…

gcc cmake mingw
printf, wprintf, %s, %S, %ls, char* and wchar*: Errors not announced by a compiler warning?

I have tried the following code: wprintf(L"1 %s\n","some string"); //Good wprintf(L"2 %s\n",L"some string"); //…

c mingw
mingw-w64 threads: posix vs win32

I'm installing mingw-w64 on Windows and there are two options: win32 threads and posix threads. I know what is the …

windows gcc pthreads mingw
How to install MinGW-w64 and MSYS2?

I am trying to build some open source library. I need package management system to easily download the dependencies. At …

cygwin mingw msys mingw-w64 msys2
Running CMake on Windows

I am currently trying to get CMake to run on my Windows 7 (64-bit) system. I want to compile TagLib for …

windows-7 build-process mingw cmake taglib
OS specific instructions in CMAKE: How to?

I am a beginner to CMAKE. Below is a simple cmake file which works well in mingw environment windows. The …

c++ linux cmake mingw portability
What is difference between sjlj vs dwarf vs seh?

I can't find enough information to decide which compiler should I use to compile my project. There are several programs …

c++ compiler-construction mingw cpu-architecture mingw-w64
Getting started with OpenCV 2.4 and MinGW on Windows 7

How do I install OpenCV 2.4 and compile my code with MinGW?

c++ windows opencv mingw