From owner-freebsd-questions@FreeBSD.ORG Sun Jun 8 10:37:29 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDE2C1065675 for ; Sun, 8 Jun 2008 10:37:29 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 312C88FC21; Sun, 8 Jun 2008 10:37:28 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <484BB669.7080502@FreeBSD.org> Date: Sun, 08 Jun 2008 12:37:29 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: unga888@yahoo.com References: <839604.70009.qm@web57009.mail.re3.yahoo.com> In-Reply-To: <839604.70009.qm@web57009.mail.re3.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: What consists FreeBSD Libc? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2008 10:37:30 -0000 Unga wrote: > Hi all > > What consists FreeBSD Libc (/lib/libc.so.7)? Is it only /usr/src/lib/libc/* ? Yes. > I have compiled /usr/src/lib/libc/*, the resulting libc.so.7 is about 65,000 bytes smaller. Than what? It will change depending on your CFLAGS. Kris