druntime redesign
IGotD-
nise at nise.com
Wed May 6 19:08:59 UTC 2020
On Wednesday, 6 May 2020 at 18:03:40 UTC, Jacob Carlborg wrote:
>
> You cannot. glibc doesn't fully support static linking, not
> even on Linux. For example, DNS lookup does not work/is not
> fully supported in a fully statically linked binary.
>
Networking is not really part of the C library standard, despite
it is often linked into libc. Supporting C library functionality
gives you a limited system but at least a system that will be
able to work on most system without any modifications, like
lowest common denominator.
More information about the Digitalmars-d
mailing list