April 13, 2016
Installing LDC from source I install for static and dynamic libraries, so two installs into the same location. Obviously the libraries have different extensions so no problem there. I am assuming the module sources installed are the same for both installs. However it seems the di files are created and so there is an overwrite for each install.

Are the di files the same for the static and the dynamic build of LDC?

-- 
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



April 13, 2016
On Wednesday, 13 April 2016 at 07:52:59 UTC, Russel Winder wrote:
> Are the di files the same for the static and the dynamic build of LDC?

They are. (In fact, I don't think we generate .di files for any of druntime/Phobos anymore, just for the target-specific intrinsics, etc.)

 — David