June 11, 2017
Is the creation of shared objects still not possible on MacOS with:

1. DMD;
2. LDC2;
3. GDC.

?

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

June 11, 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