Re: Build gdc on Windows

2016-02-04 Thread Carl Sturtivant via D.gnu
On Wednesday, 3 February 2016 at 08:58:56 UTC, Johannes Pfau wrote: See also: https://github.com/D-Programming-GDC/build-gdc-docker http://build-gdc.readthedocs.org/en/latest/ But the binaries are probably not compatible with some other Mingw-w64 compilers. Some builds use static libgccs, so

Re: Build gdc on Windows

2016-02-04 Thread Carl Sturtivant via D.gnu
On Wednesday, 3 February 2016 at 08:00:37 UTC, Iain Buclaw wrote: On 3 Feb 2016 8:54 am, "Iain Buclaw" wrote: There is: http://gdcproject.org/downloads I'll have to dig out what scripts were used to build them (I didn't write them). Ah, cleverly hidden in my own organisation repo! https://

Build gdc on Windows

2016-02-02 Thread Carl Sturtivant via D.gnu
I'd like to build gdc to be compatible with the Mingw-w64 64-bit gcc on Windows. (Building gdc to be compatible with the Mingw-w64 32-bit gcc on Windows also interests me.) Is this feasible right now, and if so, how should I proceed?