"The std.stdio package imports most the standard library" etc.
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Sun Aug 31 18:08:00 PDT 2014
On Monday, 1 September 2014 at 00:56:35 UTC, Abe wrote:
> It would be nice to have an option to use a systemwide library
> file and dynamically link it; that way, as a silly example,
You can do it on Linux with dmd right now (use dmd
-defaultlib=libphobos2.so when building), but I don't know about
the Mac, and not sure about Windows either.
More information about the Digitalmars-d
mailing list