The MinGW-w64 (MinGW fork) project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems.

learn more… | top users | synonyms

0
votes
0answers
36 views

Setting up MingW and Code::Blocks in Windows 8 64 bit

I am trying to setup MingW and Code::Blocks on my Windows 8 64 bit laptop, and I'm facing some problem while building a main.cpp file. These are the versions that I have installed: ...
0
votes
1answer
51 views

compiling BUTT with mingw64 cannot convert 'char*' to ' LPWSTR {aka wchar_t*}' in assignment

I'm trying to compile BUTT (http://butt.sourceforge.net/) on windows with MingwW64. I seem to be running into errors of the type error: cannot convert 'char*' to 'LPCWSTR {aka const wchar_t*}' the ...
9
votes
1answer
311 views

Using OpenGL from Go

I am trying to use OpenGL from within a Go program. I think I have all of the pieces in place, but I am still not quite able to get it running. My C compiler is the 64-bit version of mingw. It is in ...
3
votes
1answer
113 views

“Dual-target” MinGW-w64 isn't really dual-target?

When I try to compile a 32-bit program on a 64-bit host with MinGW-builds: T:\mingw64>.\bin\g++ -m32 Test.cpp I get: ...
0
votes
0answers
27 views

Swig installation failed with minGW w64 on linux machine

I have installed minGW w64 in my redhat linux based system for which i dont have root level access. Now i am installing SWIG on it i am getting the following error when i am typing the make ...
1
vote
1answer
144 views

Installing boost using MinGW 64 - (Cygwin)

I'm trying to install boost library (1.53) to use it in 64 bit application under Windows. However, I'm getting a series of errors while trying to setup it the same way I used to do with MinGW32 and ...
0
votes
1answer
81 views

Crash when calling MATLAB via engOpen in C/C++ with mingw-w64 on 64 bit Windows 7

I am trying to figure out why my C/C++ program crashes when I call MATLAB's engine with engOpen(). The code below prints "Hello World" and then throws an "APPCRASH". What might be causing this ...
5
votes
2answers
77 views

Possibly inconsistent casting behavior

GCC 4.8.0 compiling in/for 32-bit. I find the behavior of cases 2 and 6 to be confusing: int16_t s16 = 0; double dbl = 0.0; s16 = (int16_t)((double)32767.0); // 1: s16 = 32767 s16 = ...
9
votes
2answers
635 views

What is difference between sjlj vs dwarf vs seh?

Well, that's all. I can't find enough information to decide which compiler should I use to compile my project. There are several programs on different computers simulating a process. On Linux I'm ...
0
votes
0answers
56 views

Visual C++ 2010 Express IDE to Run MinGW builded ITK source files using Cmake

Due to strange reasons I cold not use Visual C++ 2010 Express as Generator for Cmake to build ITK libraries. I do not know, about this, I tried all possible ways. but it gives errors. So, I used MingW ...
3
votes
2answers
102 views

Cross-compiling gmp with mingw-w64: inlining and multiple defintions

I'm trying to cross-compile VLC (from linux to windows) with gnutls support which in turn uses libgmp. I get linking errors for multiple definitions for symbols in libgmp (___gmpz_abs), for example, ...
6
votes
1answer
919 views

The procedure entry point __gxx_personality_sj0 could not be located in…

I have managed to (somehow) cross-compile Qt5 with the Mingw-w64 Project's compiler for 32-bit Windows. All of the libraries have been installed to ~/i686-w64-mingw32. I have a CMake-based Qt project ...
1
vote
1answer
310 views

How to get Qt5 ./configure to find my cross-compiled OpenSSL libs?

I am attempting to cross-compile Qt5 with Mingw-w64's 32-bit compiler. The host platform is Ubuntu 12.10 64-bit and the target platform is 32-bit Windows. I've managed to cross-compile the OpenSSL ...
0
votes
0answers
29 views

MinGW x64 Link time optimisation results in unknown exceptions thrown from library

I have the following C++ file that is built into a DLL: test.cpp: #include <iostream> #include <string> #include <stdexcept> void ThrowInvalidArgument(const std::string& what) ...
0
votes
2answers
59 views

MingGW-w64 usage

I recently installed MinGW-w64. Now I wanted to compile a sample program but I got an important question: How do I compile with 32 bit or 64 bit? I found a lib and a lib32 directory, so there must be ...
1
vote
0answers
188 views

Static linking with libwinpthread

I try to build program with static linked toolchain libraries. I pass: LDFLAGS="-Wl,-Bstatic -lwinpthread -Wl,-Bdynamic -static-libgcc -static-libstdc++" but program linked with shared ...
0
votes
1answer
214 views

MinGW-w64 not working in windows 7

I want to use MinGW-64 to build 64-bit fortran programs. It works fine in Windows 8 but it does not work in windows 7 (which I need to work). The error is: gfortran: error: CreateProcess: No such file ...
1
vote
1answer
499 views

MinGW-Clang's libgcc_s_dw2-1.dll is missing?

When I try to run rubenvb's Clang 3.2, I get: The program can't start because libgcc_s_dw2-1.dll is missing from your computer. Try reinstalling the program to fix this problem. I can't find ...
0
votes
0answers
318 views

Want to port existing rsync on windows

I know currently there is rsync for windows available as G-Rsync. That is this :- http://sourceforge.net/projects/grsync-win/ But, what I want to do is just make existing rsync code available from ...
2
votes
0answers
39 views

Generate .dll from .sym files?

I have a .a archive compiled with MinGW from C/C++ code. I also have symbols exported in many .sym files. Now I need to generate a .dll file from their combination. I've installed MSYS/MinGW w64
0
votes
1answer
99 views

Compile DBus on 64 bit Windows

Ok, it's going to be a real nightmare for me to compile Qt5 on stupid windows platform. In first step I encountered a very strange error after hours of searching I found that it's because of ...
2
votes
0answers
152 views

Why does mingw-w64 gfortran fail to statically link libraries when the -static flag is passed?

Disclaimer: I'm fairly deep into my particular compiling issue but quite new to the world of compiling. Background: I'm working on a Windows 7, 64 bit machine. I'm attempting to compile a rather ...
1
vote
1answer
134 views

What paths should I use to install cross-compiled packages to?

I have installed a MinGW-W64 into $HOME/mingw32: ~$ ls -l mingw32 insgesamt 32 drwxr-xr-x 2 js js 4096 16. Aug 16:41 bin drwxr-xr-x 10 js js 4096 26. Nov 14:49 i686-w64-mingw32 drwxr-xr-x 2 js js ...
3
votes
1answer
141 views

strerror with MinGW-w64

Take this simple program #include <stdio.h> #include <string.h> #include <errno.h> int main (void) { printf ("ERROR %d %s\n", ETIMEDOUT, strerror (ETIMEDOUT)); return 0; } If ...
2
votes
1answer
552 views

How to make OpenMP work with MinGW-64 under Cygwin?

The Scenario I am developing an application in C99 ANSI C that uses OpenMP and GMP. It's natural habitat will be a linux machine with plenty of cores, so there's basically no big trouble there, but ...
3
votes
0answers
241 views

Cross compiling gtkmm on Linux for Windows gives error “unrecognized option ‘-pthread’”

I am trying to compile simple "Hello World!" gtkmm source code provided in gtkmm tutorial with mingw on Linux in order to make a Windows executable file. I can execute complied source code by the ...
1
vote
2answers
337 views

MinGW-w64's ar.exe can't find libraries when trying to build a static library

I've now been trying to get MinGW-w64 to work on my system for several days, mainly because it has a more recent GCC version, but I either set things up wrong or there's some strange problem with ...
0
votes
0answers
69 views

Why does gcc produce different binaries when using the same compiler settings on the same machine?

When I compile MAME 0.147 with GCC 4.6.3 on the same computer multiple times using the same compiler settings, the resulting EXE files are not identical. They are the same size, but when I compare ...
0
votes
1answer
134 views

Unpredictable behavior in sed interpreters output from multiple expressions

Why does GNU sed sometimes handle substitution with piped output into another sed instance differently than when multiple expressions are used with the same one? Specifically, for msys/mingw ...
1
vote
1answer
178 views

Static linking with MinGW-64

I'm trying to use the 64-bit MinGW from http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Automated%20Builds/ but when I compile a program with it, the resulting ...
0
votes
0answers
80 views

How to cross-compile Audacity?

I am attempting to cross-compile Audacity 2.0.1 for Windows from Linux. I am using Mingw-w64's i686 compiler. I have built the core prerequisites (wxWidgets 2.9.4, libsndfile, and expat) for Windows ...
0
votes
1answer
162 views

What's the difference between Mingw32 and Mingw64 include files?

I used Mingw32 and devc++ IDE to develop my application. I included the lib files and include files of Mingw32 and compiled my application. My application should run in both 32 bit and 64 bit ...
1
vote
1answer
205 views

“undefined reference to '_rpl_*'” errors during cross-compilation of gettext

I have entered the brave world of cross-compilation. I am currently trying to get gettext 0.18.2 to compile with Mingw-w64 on Ubuntu 12.04. Here is what the configure command looks like: ...
1
vote
0answers
166 views

missing methods from iostream

I am currently trying to do some simple IO however i am running into some methods being unresolved. #include <iostream> #include <fstream> std::string filename = "\random\location\blah"; ...
3
votes
1answer
218 views

Regex Boost library linking in release mode warns “duplicate section has different size” when using mingw-w64 toolchain

When linking my project in the release mode I am getting the following warning: myProject-libs/release/libboost_regex-mt-s-1.50.0.a(cpp_regex_traits.o): duplicate section ...
0
votes
0answers
381 views

Building OpenCV2.4.0 with CUDA using MinGW-w64

I'm trying to build OpenCV2.4.0 with CUDA using MinGW-w64 on a Windows 7 (X64) machine and get the following error: [ 18%] Building CXX object ...
0
votes
1answer
259 views

Including binary blob from objcopy in both MinGW 32 and 64

I'm using objcopy to convert a text file into an object file for linking with my DLL using MinGW and MinGW-64. With MinGW, everything works fine, but with MinGW-64 I get errors of the form "undefined ...
1
vote
2answers
2k views

How to use MinGW-w64 with Cygwin?

MinGW-w64 has been available with Cygwin at least since December 2010. However I am having hard time using this to compile almost anything. I have set symbolic links with alternatives ...
4
votes
1answer
998 views

How to obtain pre-built *debug* version of Python library (e.g. Python27_d.dll) for Windows

Firstly, I should state that my current development environment is MSYS + mingw-w64 + ActivePython under Windows 7 and that on a normal day I am primarily a Linux developer. I am having no joy ...
1
vote
1answer
2k views

error trying to exec 'as': execvp: No such file or directory

When trying to build I get this error $ make CC=i686-w64-mingw32-gcc CC aes.c i686-w64-mingw32-gcc: error trying to exec 'as': execvp: No such file or directory
1
vote
1answer
2k views

How to get rid of “inline function used but never defined” warning in g++

I'm using mingw-w64. I'm including strsafe.h and getting the following warning: warning: inline function 'HRESULT StringCchPrintfA(STRSAFE_LPSTR, size_t, STRS AFE_LPCSTR, ...)' used but never defined ...
1
vote
2answers
2k views

Netbeans and MinGW-w64

I'm trying to configure my NetBeans on win7 64bit, to work with the MinGW-w64. So I put in the %PATH% variable the following paths of the compiler: C:\mingw-w64-bin_i686\mingw\bin ...
0
votes
0answers
181 views

Linking recursive template instantiation with boost::thread

I hit into problem when I tried to link following code: test.cpp: #include "Singleton.h" #include "SingletonManager.h" #include <boost/thread/thread.hpp> #include ...
5
votes
2answers
368 views

Is mingw still active?

Mingw.org obviously isn't completely dead, but the latest version there is gcc 4.5.2, while 4.6 is already old news. Does anyone know where I can get mingw-gcc 4.6+? Is mingw-w64 more active? They ...
0
votes
1answer
401 views

“doskey” Scons building error

I'm trying to (cross-)compile node.js and I get this odd error that appears to be coming from scons: $ make Waf: Entering directory `C:\MinGW\msys\1.0\home\Adam\Stuff\node\build' [51/71] libv8.a: ...
1
vote
1answer
1k views

Compiling boost with mingw-w64

I need to compile boost on my windows 64bit machine with mingw-w64. I tried linking to precompiled boost_filesystem-vc100-mt and boost_system-vc100-mt from http://boost.teeks99.com/, ...