This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC vs GLIBC: why this stance, Drepper ?!?
- To: Davide Libenzi <davidel at xmailserver dot org>
- Subject: Re: GCC vs GLIBC: why this stance, Drepper ?!?
- From: Geoff Keating <geoffk at geoffk dot org>
- Date: 01 Jul 2001 17:59:19 -0700
- CC: gcc at gcc dot gnu dot org
- References: <XFMail.20010701173543.davidel@xmailserver.org>
Davide Libenzi <davidel@xmailserver.org> writes:
> Isn't it possible to split libgcc into one, small, static, version dependent
> library and one shared that you'll try to keep the more version compatible as
> possible ?
No. It is possible to do the reverse, but the bit that has to be
shared is the bit that will change most often.
--
- Geoffrey Keating <geoffk@geoffk.org>