On Thursday, 21 July 2016 at 05:09:03 UTC, Sebastien Alaiwan
wrote:
On Wednesday, 20 July 2016 at 21:23:03 UTC, Rufus Smith wrote:
It seems seem all that simple to me! I have to download
several packages(gcc, binutils, glib, mingw, etc) and hope
they all work.
Sorry if I wasn't clear: the script will download the required
packages, in pre-decided versions, compile them and assemble
the result. That's the point.
(That would not be "simple" if you had to do it yourself!)
On Wednesday, 20 July 2016 at 21:23:03 UTC, Rufus Smith wrote:
Would it not be possible for you to compile it(surely you
already have all that working) and release the binaries?
The scripts produce compilers that runs natively. Which means
if I run the mingw script from GNU/Linux, I get a cross
compiler, targetting mingw. If I run it from MS Windows, I get
a non-cross compiler (targetting mingw).
I don't have access to MS Windows machine, so I only can
produce cross compilers. Is this what you want?
So, I donwloaded the scripts, no windows version, so I have to
download mingw, then select all the correct components.
Installed mingw, setup envrionmental variables, tried running
script, get errors...
So... seems pretty simple to me!