Hacker News new | ask | show | jobs
by iso8859-1 4079 days ago
You can't make a truly static binary with glibc, so almost no one has a toolchain that is able to do it.
1 comments

What do you mean by "truly static"?
One that doesn't try to load dynamic objects on runtime like glibc does, if you use certain functions.