changeset: 367:ca334e8b731a
tag: tip
user: Anselm R Garbe <garbeam_AT_gmail.com>
date: Wed Nov 04 07:55:47 2009 +0000
files: sta.li/faq.md
description:
thx to nsz for the links
diff -r b85c3c3b9232 -r ca334e8b731a sta.li/faq.md
--- a/sta.li/faq.md Tue Nov 03 20:17:50 2009 +0000
+++ b/sta.li/faq.md Wed Nov 04 07:55:47 2009 +0000
_AT_@ -11,6 +11,10 @@
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)
_AT_@ -18,6 +22,10 @@
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,
Received on Wed Nov 04 2009 - 08:55:50 CET