From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FWIrT-0006tm-C9 for mharc-grub-devel@gnu.org; Wed, 19 Apr 2006 16:01:15 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWIrS-0006tA-47 for grub-devel@gnu.org; Wed, 19 Apr 2006 16:01:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWIrQ-0006sQ-FF for grub-devel@gnu.org; Wed, 19 Apr 2006 16:01:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWIrQ-0006sN-8w for grub-devel@gnu.org; Wed, 19 Apr 2006 16:01:12 -0400 Received: from [212.55.154.22] (helo=sapo.pt) by monty-python.gnu.org with smtp (Exim 4.52) id 1FWIsa-0001zk-GH for grub-devel@gnu.org; Wed, 19 Apr 2006 16:02:24 -0400 Received: (qmail 22263 invoked by uid 0); 19 Apr 2006 20:01:06 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.158) by relay2 with SMTP; 19 Apr 2006 20:01:06 -0000 Received: (qmail 14653 invoked from network); 19 Apr 2006 20:01:06 -0000 X-AntiVirus: PTMail-AV 0.3.88 X-Virus-Status: Clean (0.00482 seconds) Received: from unknown (HELO [10.0.0.8]) (carvalholatas@sapo.pt@[85.241.3.74]) (envelope-sender ) by mta8 (qmail-ldap-1.03) with SMTP for ; 19 Apr 2006 20:01:06 -0000 Message-ID: <444696F6.3080300@sapo.pt> Date: Wed, 19 Apr 2006 21:00:54 +0100 From: Marcos Latas User-Agent: Mail/News (X11/20060316) MIME-Version: 1.0 To: The development of GRUB 2 References: <444676F3.9000908@sapo.pt> <86wtdl2xjx.fsf@borg.borderworlds.dk> In-Reply-To: <86wtdl2xjx.fsf@borg.borderworlds.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 20:01:14 -0000 Christian Laursen wrote: > 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. > Thank you very much for the tip. I tried the following: ./configure CFLAGS=-I/usr/local/include (I omited the LDFLAGS path because it seems to be correct) It now stops here: ... checking for objcopy... objcopy checking whether objcopy works for absolute addresses... no configure: error: GRUB requires a working absolute objcopy; upgrade your binutils The file INSTALL mentions that GRUB requires GNU binutils 2.9.1.0.23 or later. I have binutils 2.15! Any thoughts? Thank you.