D, shared objects and MacOS

Guillaume Piolat via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jun 11 03:05:17 PDT 2017


On Sunday, 11 June 2017 at 09:53:09 UTC, Russel Winder wrote:
> Is the creation of shared objects still not possible on MacOS 
> with:
>
> 1. DMD;
> 2. LDC2;
> 3. GDC.
>
> ?


DMD:
   - possible with runtime disabled, all versions
   - or -betterC approach

LDC:
   - possible with shared runtime dynlib IIRC since >= LDC 1.1
     (https://github.com/ldc-developers/ldc/pull/1705) confidence 
75%
   - possible with runtime disabled (or -betterC), all versions

GDC:
   - unknown, probably similar to LDC





More information about the Digitalmars-d-learn mailing list