PhobosV3+ Fundamental Elements
Gregor Mückl
gregormueckl at gmx.de
Fri Sep 18 07:16:45 UTC 2026
On Thursday, 27 August 2026 at 22:39:04 UTC, Richard (Rikki)
Andrew Cattermole wrote:
> Each of the auxiliary libraries are shipped as a shared library
> and D files suitable for importation using ``-extI`` switch.
> The base library will be shipped as both a shared library and a
> static library, along with the D files suitable for importation
> using both ``-extI`` and ``-I``.
Please include an option to have all these libraries statically
linked as well. Sometimes, it just happens that one really,
really needs a completely self-contained binary.
Also, are there any remaining issues with D DLLs on Windows that
may interfere with the shared library plan? I recall that there
have been open issues for a long time, but I don't know how much
is resolved now.
More information about the Digitalmars-d
mailing list