What's up with GDC?

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jun 10 14:33:58 PDT 2016


On Friday, 10 June 2016 at 20:30:36 UTC, Joerg Joergonson wrote:
> Why isn't there a proper binaries for ldc and gdc that work out 
> of the box like dmd?  There used to be. What's up with all this 
> arm-linux-genuabi crap?

Those are proper binaries that work out of the box on different 
platforms.

Alas Windows doesn't have prebuilt binaries for gdc targeting 
Windows. Weird, the Windows binaries there generate ARM binaries 
(for phones and stuff).

LDC has Win32 builds though:
https://github.com/ldc-developers/ldc/releases/download/v1.0.0/ldc2-1.0.0-win32-msvc.zip


More information about the Digitalmars-d-learn mailing list