From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 04:20:40 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 3732B1065671 for ; Tue, 10 Jun 2008 04:20:40 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 866C08FC0C for ; Tue, 10 Jun 2008 04:20:38 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl116-224.kln.forthnet.gr [77.49.235.224]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-4) with ESMTP id m5A4JNsC018841 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 10 Jun 2008 07:19:29 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m5A4JMlr003781 for ; Tue, 10 Jun 2008 07:19:22 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m5A4JMX9003780; Tue, 10 Jun 2008 07:19:22 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: freebsd-questions@freebsd.org References: <912936.61808.qm@web57010.mail.re3.yahoo.com> Date: Tue, 10 Jun 2008 07:19:21 +0300 In-Reply-To: <912936.61808.qm@web57010.mail.re3.yahoo.com> (Unga's message of "Mon, 9 Jun 2008 21:02:52 -0700 (PDT)") Message-ID: <87abht6hx2.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m5A4JNsC018841 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.748, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.65, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Subject: Re: Source directory of libm.so? 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: Tue, 10 Jun 2008 04:20:40 -0000 On Mon, 9 Jun 2008 21:02:52 -0700 (PDT), Unga wrote: > Hi all > Where is the source directory of /lib/libm.so.x in /usr/src/? > > grep -lr LIB=m /usr/src/ does not show any result. Try using a few spaces or TABs around '=' :) The directory you want is `/usr/src/lib/msun'.