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



  • D, shared objects and MacOS Russel Winder via Digitalmars-d-learn
    • Re: D, shared objects and Ma... Guillaume Piolat via Digitalmars-d-learn

Reply via email to