Hacker News new | ask | show | jobs
by default_name 4502 days ago
It's not that easy. Many libraries can't be statically linked, some programs will break if it will be statically linked. It is impossible to link statically with glibc. Even if it would be possible it's pointless. You will need another lean libc, like musl. Than go figure list of bugs found by musl: http://wiki.musl-libc.org/wiki/Bugs_found_by_musl
1 comments

There is an experimental Musl gentoo stage I think now.