I am trying to find a way to install MinGW on Linux to compile Windows programs from Linux. I have been able to install 3.4.5 but would like to install 4.4.0
Has anyone been able to do this? Is this version out for Linux? I have been trying for the past 5 hours to install MinGW 4.4.0 under Windows but couldn’t figure it out (mostly the lack of utilities built into Windows).
you realize that mingw is based on gcc, which is the base compiler of linux?
Have you tried the mingw web site, they might have an installer?
Other option use a common library between both platforms and transfer sources between the two. This is what I do, especially to make sure the graphic comes out similarly.
I know most of the libs like wxWidgets, Qt, AND gtk+ are on both platforms on various compilers, including mingw and gcc.