The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
489 views

GCC 4.8 / MINGW W64 4.8

There is a PPA where I can find these packages for 12.04? Also a build script will do the job! I've tried to download it from sources but the dependencies are a mess. I'd like to start porting my ...
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
33 views

Install RPM-packages on Ubuntu using Yum [duplicate]

Possible Duplicate: How do I install and manage RPMs? I'm building a cross compile environment for mingw32, and Fedora has a complete set of all the libraries, headers and dlls I require ...
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
75 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 ...
2
votes
3answers
3k views

How to setup Qt Creator to compile Windows executables?

The version of Qt Creator that ships in the repos. can compile Linux executables out of the box. However, it seems like some configuration is necessary to get it to compile Windows applications. I ...
1
vote
1answer
231 views

Getting Eclipse CDT Helios to recognize i586 gcc mingw32 as a compiler, any ideas?

I installed CDT direct by extracting the tar. It detects the other compilers, but fails to recognize mingw32 as a compilation target. Any ideas? Unless you've tried a tutorial and it recognizes ...
1
vote
0answers
196 views

need help compiling SDL as a windows executable on ubuntu [closed]

I'm trying to compile JumpnBump to run on Windows, from Ubuntu and it's giving me a very hard time. Somebody made a port, that I have to compile myself because I needed to change the controls. There ...