LDC as shipped in the upstream binary packages doesn't link shared libraries by default, but some distros might be specifying `-link-defaultlib-shared` in the ldc2.conf they ship.— David
Hi David,I checked out my distro's LDC config defaults, and it indeed specifies that option.
Is there an equivalent configuration option for GDC?