From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FWGjK-0007hq-9J for mharc-grub-devel@gnu.org; Wed, 19 Apr 2006 13:44:42 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWGjJ-0007hX-3K for grub-devel@gnu.org; Wed, 19 Apr 2006 13:44:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWGjH-0007h1-0o for grub-devel@gnu.org; Wed, 19 Apr 2006 13:44:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWGjG-0007gx-PG for grub-devel@gnu.org; Wed, 19 Apr 2006 13:44:38 -0400 Received: from [212.55.154.23] (helo=sapo.pt) by monty-python.gnu.org with smtp (Exim 4.52) id 1FWGkP-00079g-QX for grub-devel@gnu.org; Wed, 19 Apr 2006 13:45:50 -0400 Received: (qmail 13331 invoked by uid 0); 19 Apr 2006 17:44:30 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.159) by relay3 with SMTP; 19 Apr 2006 17:44:30 -0000 Received: (qmail 16656 invoked from network); 19 Apr 2006 17:44:31 -0000 X-AntiVirus: PTMail-AV 0.3.88 X-Virus-Status: Clean (0.00436 seconds) Received: from unknown (HELO [10.0.0.8]) (carvalholatas@sapo.pt@[85.240.253.3]) (envelope-sender ) by mta9 (qmail-ldap-1.03) with SMTP for ; 19 Apr 2006 17:44:30 -0000 Message-ID: <444676F3.9000908@sapo.pt> Date: Wed, 19 Apr 2006 18:44:19 +0100 From: Marcos Latas User-Agent: Mail/News (X11/20060316) MIME-Version: 1.0 To: grub-devel@gnu.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 17:44:41 -0000 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 I have lzo-1.08 installed. I suppose GRUB is looking in the wrong place for it. The lzo files are located on the following places: /usr/local/include/lzo1.h /usr/local/include/lzo16bit.h /usr/local/include/lzo1a.h /usr/local/include/lzo1b.h /usr/local/include/lzo1c.h /usr/local/include/lzo1f.h /usr/local/include/lzo1x.h /usr/local/include/lzo1y.h /usr/local/include/lzo1z.h /usr/local/include/lzo2a.h /usr/local/include/lzoconf.h /usr/local/include/lzoutil.h /usr/local/lib/liblzo.a /usr/local/lib/liblzo.la /usr/local/lib/liblzo.so.1.0 /usr/local/share/doc/lzo/LTEST.TXT /usr/local/share/doc/lzo/LZO.FAQ /usr/local/share/doc/lzo/LZO.TXT /usr/local/share/doc/lzo/LZOAPI.TXT I suppose I have to change something in configure.ac, and then run autoconf on it to produce the configure file. Could anyone help out? Thank you very much for your time.