From owner-freebsd-current Wed Oct 30 23:22:17 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10C3237B401 for ; Wed, 30 Oct 2002 23:22:16 -0800 (PST) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id B746743E6E for ; Wed, 30 Oct 2002 23:22:15 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0172.cvx21-bradley.dialup.earthlink.net ([209.179.192.172] helo=mindspring.com) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1879eT-0003WU-00; Wed, 30 Oct 2002 23:22:02 -0800 Message-ID: <3DC0D9C9.CC889413@mindspring.com> Date: Wed, 30 Oct 2002 23:20:41 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: David Schultz Cc: Doug Rabson , Peter Wemm , Nate Lawson , current@FreeBSD.ORG Subject: Re: libc size References: <20021030214158.CB6EA2A88D@canning.wemm.org> <20021030221417.J22480-100000@herring.nlsystems.com> <20021031053202.GA26280@HAL9000.homeunix.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David Schultz wrote: > > > We've been over this before. To make this work right, we need to make > > > /bin and /sbin dynamically linked. NetBSD's /rescue/* approach would > > > solve the "oops!" and other foot shooting problems. > > > > Yes please. Our root filesystem space requirements are too high, IMHO. > > Why is it absolutely necessary to dynamically link everything just > to move the resolver out of libc? Because ELF supports linking a shared library to another shared library, which will automatically get you the appearance of the historical "libresolv is integrated into libc". But it does not support the linking of a static library to a static library, or a static library to a shared library, the same way. The ELF specification never expected things to be linked statically. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message