Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2000 18:44:19 +0200
From:      Mark Murray <mark@grondar.za>
To:        Paul Richards <paul@originative.co.uk>
Cc:        Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl>, Ollivier Robert <roberto@eurocontrol.fr>, "FreeBSD Current Users' list" <freebsd-current@FreeBSD.ORG>, green@FreeBSD.ORG
Subject:   Re: make buildworld br0ken in libutil 
Message-ID:  <200008221644.e7MGiJe01520@grimreaper.grondar.za>
In-Reply-To: <39A2A98E.EC1D33C4@originative.co.uk> ; from Paul Richards <paul@originative.co.uk>  "Tue, 22 Aug 2000 17:25:50 %2B0100."
References:  <39A2A98E.EC1D33C4@originative.co.uk> 

next in thread | previous in thread | raw e-mail | index | archive | help
> A growing libc makes static binaries grow and makes it more difficult to
> strip out unneeded functionality from a minimalist system install. I'd
> been inclined to try and move things the other way and strip stuff out
> of libc into separate libraries but that's obviously not in vogue at the
> moment.

Static binaries don't pull in the whole of libc; they just pull in what
they need, be it from libc or libcrypt, so size should not change.

The _shared_ libc will get bigger, but we'll lose the shared libcrypto.

> Why does crypt need to be in libc? Not even a significant fraction of
> applications need crypt?

Goes for very many libc components. Quite a lot of userland needs libcrypt
(not much as a proportion, but a non-insignificant number).

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008221644.e7MGiJe01520>