On Monday, July 02, 2018 21:20:26 Seb via Digitalmars-d-learn wrote: > On Monday, 2 July 2018 at 19:24:38 UTC, Chris M. wrote: > > On Monday, 2 July 2018 at 18:48:16 UTC, Jonathan M Davis wrote: > >> On Monday, July 02, 2018 18:26:27 Chris M. via > >> > >> Digitalmars-d-learn wrote: > >>> On Monday, 2 July 2018 at 17:33:20 UTC, Bauss wrote: > >>> > [...] > >>> > >>> Thanks for checking, I have no idea what else to try (short > >>> of getting MS Build Tools somehow, but I unfortunately can't > >>> in my current environment so I'm stuck with DMC + DMD) > >> > >> How are you compiling for 64-bit without the MS toolchain? > >> > >> - Jonathan M Davis > > > > Downloaded the DMD and DMC zip files, extracted and added to > > PATH. Been working for the most part so far. > > I thought for 64-bit the bundled lld linker and mingw runtime are > used? > https://dlang.org/changelog/2.079.0.html#lld_mingw > So in fact you shouldn't even need DMC?
Well, that's a nice improvement. I didn't realize that that was the case now (though I rarely do anything with Windows). - Jonathan M Davis