libc.so.6 dependencies

Florian Weimer fweimer@redhat.com
Wed Jun 25 14:14:08 GMT 2025


* Alex Ernst:

> If we link statically then formally static linkage against glibc does
> not work - we will miss libgcc_s.so.1 at runtime anyway, right?

No, linking statically will pull in libgcc_eh.a at static link time.
However, you have to be very careful linking statically because
it reduces compatibility.

Thanks,
Florian



More information about the Libc-alpha mailing list