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?
1
vote
0answers
195 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 ...