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.

how to generate pdb files while building library using mingw?

I am cross compiling from linux to windows using the mingw32 tools. I need to generate pdb files for debugging …

c++ dll mingw mingw32
-static-libstdc++ works on g++ but not on pure gcc?

For the reference I'm using MinGW (GCC 5.3). When compiling a file with g++ file.cc -static-libstdc++ it statically links the …

c++ gcc mingw mingw32
Compile fortran module with f2py and Python 3.6 on Windows 10

I'm trying (and failing) to compile a fortran module (specifically igrf12.f from the BGS) using f2py and Python 3.6 …

windows-10 anaconda mingw python-3.6 f2py
configure: error: leptonica library missing (when building tesseract-ocr-3.01 on MinGW)

When running configure it fails with checking for leptonica... yes checking for pixCreate in -llept... no configure: error: leptonica library …

compilation mingw configure tesseract
How to compile existing posix code for 64-bit Windows?

I'm ok with using Cygwin or MinGW, but I need to end up with 64-bit code, not 32-bit. This is …

64-bit cygwin mingw win64
mingw32 g++ and stdcall @suffix

I declared some C++ functions prototyped as follows: extern "C" void __stdcall function(); I also have some third-party dll with …

c++ linker mingw name-decoration stdcall
CMake Error : execution of make failed on Windows

I am getting errors when trying to build nanomsg project in Windows 7: cmake .. -- Building for: NMake Makefiles -- The …

cmake mingw nanomsg
How to install opencv with tbb enabled using mingw

How to install Opencv with TBB enabled? I tried the following: 1) Downloaded the TBB package. 2) Build using the below command …

windows opencv cmake mingw tbb
Can't install MinGW for Clion

Recently I installed Clion, but couldn't compile even "Hello World" application. I install MinGW compiller separately, but when I try …

c++ windows mingw mingw-w64 clion
MinGW / CxxTest bizarre errors

I hope you can help me. I have written a small project using CxxTest on my main dev machine. Everything …

c++ mingw cxxtest