On 2020-03-19 01:54, Gabor Z. Papp wrote:
lo lo,while trying to statically link coreutils 8.32 on linux x86_64, I'm getting the following error:
Static linking has not been supported by Glibc for many years now; so you can at best get a program's own components to be static, but not down to fully static executable with linked-in libc.
For static executables, you have to use a C library that supports static linking: musl or whatever.