www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - D, shared objects and MacOS

reply Russel Winder via Digitalmars-d-learn <digitalmars-d-learn puremagic.com> writes:
Is the creation of shared objects still not possible on MacOS with:

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

?

--=20
Russel.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder ekiga.n=
et
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
Jun 11 2017
parent Guillaume Piolat <first.last gmail.com> writes:
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
Jun 11 2017