commit 95886ac93a9da6274e6c489de3832d9517dd2973
parent 98977a5fa58d15c04aa46a71922cbcb53d8943db
Author: Anselm R Garbe <garbeam@gmail.com>
Date: Wed, 4 Nov 2009 07:55:47 +0000
thx to nsz for the links
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/sta.li/faq.md b/sta.li/faq.md
@@ -11,6 +11,10 @@ Of course this won't scale with every binary, for example we expect surf
being about 5-6MB in size, but the normal Unix userland will be rather small,
compared to most popular linux distros.
+See also
+
+* <http://9fans.net/archive/2008/11/142>
+
Aren't whole libraries linked into a static executable?
-------------------------------------------------------
No. Good libraries implement each library function in separate object (.o)
@@ -18,6 +22,10 @@ files, this enables the linker (ld) to only extract and link those
object files from an archive (.a) that export the symbols that are
actually used by a program.
+See also
+
+* <http://9fans.net/archive/2002/02/21>
+
What's wrong with glibc?
------------------------
We think nearly everything is wrong with it. Its enormous complexity,