The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
17 views

Where can I download mingw32 version 4.72 for ubuntu?

I am cross compiling some software for linux that needs the 2.72 version of the mingw32 compiler to work. However, the version in the repos is only 4.4, where can I find 4.72?
0
votes
0answers
154 views

Compiling C++ code with mingw under 12.04

I tried to setting up compiling of the C++ projects under my Ubuntu 12.04 by mingw with QT libraries. The idea was to get executable independent from variations of target Windows versions and ...
0
votes
0answers
133 views

MinGw Multiple Definitions

I'm trying to get the MinGw C++ compiler set up so I can compile my code for Windows computers and I'm having troubles. I originally installed minGw32 but then found that mingw-w64 was a better fit ...
0
votes
0answers
72 views

How to install OpenSSL, PDCurses and many more in i586-mingw32msvc

I'm trying to build programs for Windows from Ubuntu Linux using mingw32 (i586-mingw32msvc). I've installed mingw32 successfully but when I try to compile programs like GnuTLS, bash, lynx etc with the ...