From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FQTl4-0008Pt-I6 for mharc-grub-devel@gnu.org; Mon, 03 Apr 2006 14:26:34 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FQTl3-0008Po-8e for grub-devel@gnu.org; Mon, 03 Apr 2006 14:26:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FQTl0-0008Pc-3B for grub-devel@gnu.org; Mon, 03 Apr 2006 14:26:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQTl0-0008PZ-0I for grub-devel@gnu.org; Mon, 03 Apr 2006 14:26:30 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FQTo7-0000x7-2k for grub-devel@gnu.org; Mon, 03 Apr 2006 14:29:43 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id AA5CD3C320623 for ; Mon, 3 Apr 2006 21:35:51 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 69DF33C32061E for ; Mon, 3 Apr 2006 21:35:51 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Mon, 3 Apr 2006 20:26:24 +0200 User-Agent: KMail/1.8.2 References: <437e81e00604021306y4f0703ffj945ae09f95fb15cd@mail.gmail.com> In-Reply-To: <437e81e00604021306y4f0703ffj945ae09f95fb15cd@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604032026.24847.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.494087, version=0.17.2 Subject: Re: still configure troubles X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2006 18:26:33 -0000 On Sunday 02 April 2006 22:06, Z3tbl4 [] wrote: > grub2 from cvs > > [root@zm] /home/zm/grub/grub2 # uname -a > FreeBSD zm 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Wed Aug 31 01:37:07 MSD > 2005 zm@zm:/usr/src/sys/i386/compile/310805.kernel i386 > [root@zm] /home/zm/grub/grub2 # pkg_info |grep lzo > lzo-1.08_1,1 Portable speedy, lossless data compression library > [root@zm] /home/zm/grub/grub2 # ./configure > BUILD_LDDFLAGS=-L/usr/local/lib BUILD_CPPFLAGS=-I/usr/local/include ^^^^^^^^ Fix this typo, then should work. Okuji