Shared-only glibc

Carlos O'Donell carlos@systemhalted.org
Wed Nov 5 00:40:00 GMT 2014


On Fri, Oct 31, 2014 at 6:26 PM, Christer Solskogen
<christer.solskogen@gmail.com> wrote:
> Would that even be possible? No static libraries at all.

It is possible, but not today.

As of now libc and libpthread have shared and static components that
are linked into every program during a shared link. Have a look at
libc_nonshared.a and libpthread_nonshared.a.

Cheers,
Carlos.



More information about the Libc-help mailing list