This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Shared-only glibc


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]