From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FWI2L-0004iL-8D for mharc-grub-devel@gnu.org; Wed, 19 Apr 2006 15:08:25 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWI2I-0004hx-Oy for grub-devel@gnu.org; Wed, 19 Apr 2006 15:08:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWI2H-0004hl-HO for grub-devel@gnu.org; Wed, 19 Apr 2006 15:08:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWI2H-0004hi-ED for grub-devel@gnu.org; Wed, 19 Apr 2006 15:08:21 -0400 Received: from [80.166.152.7] (helo=ferengi.borderworlds.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWI3R-00065Y-GS for grub-devel@gnu.org; Wed, 19 Apr 2006 15:09:33 -0400 Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 1BCBCB846 for ; Wed, 19 Apr 2006 21:08:19 +0200 (CEST) Received: by borg.borderworlds.dk (Postfix, from userid 1001) id C43CDB8EB; Wed, 19 Apr 2006 21:08:18 +0200 (CEST) To: The development of GRUB 2 References: <444676F3.9000908@sapo.pt> From: Christian Laursen Date: Wed, 19 Apr 2006 21:08:18 +0200 In-Reply-To: <444676F3.9000908@sapo.pt> (Marcos Latas's message of "Wed, 19 Apr 2006 18:44:19 +0100") Message-ID: <86wtdl2xjx.fsf@borg.borderworlds.dk> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: compiling GRUB 1.93 on OpenBSD 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: Wed, 19 Apr 2006 19:08:23 -0000 Marcos Latas writes: > I have been trying to compile GRUB 1.93 on an OpenBSD machine to > create a port for it. > > When I run ./configure the following message appears: > > ... > checking for __lzo_init_v2 in -llzo2... no > checking for __lzo_init_v2 in -llzo... no > checking for __lzo_init2 in -llzo... no > configure: error: LZO library version 1.02 or later is required Try the following command which works for me on FreeBSD: BUILD_LDFLAGS=-L/usr/local/lib BUILD_CFLAGS=-I/usr/local/include ./configure Remember to use gmake to build afterwards. -- Christian Laursen