gdc and ldc in MacPorts

Moritz Maxeiner via Digitalmars-d digitalmars-d at puremagic.com
Wed Aug 23 15:55:20 PDT 2017


On Wednesday, 23 August 2017 at 18:03:22 UTC, lanphuonglien wrote:
> Whilst DMD seems to be in MacPorts, GDC and LDC appear not to 
> be. Is this right? If it is then it is wrong – it would be 
> great if the person handling the DMD port could be supported to 
> get a LDC and GDC ports in place.
>
> I am a user of MacOS maybe once per year, but I'll help as I 
> can.

If you aren't set on MacPorts, you can use homebrew for ldc.
With regards to gdc: A word of caution: Supporting it as a 
separate package is a bit of a hassle, since it technically lives 
as part of the main gcc codebase (and you actually compile gcc 
with the D frontend enabled).


More information about the Digitalmars-d mailing list