Comment Static linking (Score 1) 3
And it supports static linking properly, unlike glibc which requires some stuff to still be dynamically linked. So if you want a static binary you can distribute to any Linux version it is a great choice. Plus even dynamically linked it has a single shared library and does not need loads of support files (locales etc) that glibc does. Very useful.