Linux: How to statically link against system libs?

Alexander aldem+dmars at nk7.net
Thu Apr 28 17:54:37 PDT 2011


On 26.04.2011 21:10, Steven Schveighoffer wrote:

> It's a bad idea to statically link libc.  This is from the glibc maintainer:

  Well, I would say - bad idea to statically link glibc, but there are alternatives (mentioned previously uClibc).

  Good point from the link: "...more efficient use of physical memory. All processes share the same physical pages for the code in the DSOs." makes me wonder, when druntime/phobos will be in DSO? ;)

/Alexander


More information about the Digitalmars-d-learn mailing list