From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FKKiz-0003ta-TP for mharc-grub-devel@gnu.org; Fri, 17 Mar 2006 14:35:01 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FKKix-0003tG-Te for grub-devel@gnu.org; Fri, 17 Mar 2006 14:34:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FKKiv-0003t4-7I for grub-devel@gnu.org; Fri, 17 Mar 2006 14:34:58 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FKKiv-0003t0-2X for grub-devel@gnu.org; Fri, 17 Mar 2006 14:34:57 -0500 Received: from [194.25.134.85] (helo=mailout11.sul.t-online.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FKKnr-0007R4-0w for grub-devel@gnu.org; Fri, 17 Mar 2006 14:40:03 -0500 Received: from fwd34.aul.t-online.de by mailout11.sul.t-online.com with smtp id 1FKKit-0005j7-01; Fri, 17 Mar 2006 20:34:55 +0100 Received: from netbsd.something (SaVM3gZaoepla9xoCLZP4eZ+Um4QdgJh3ZjMgcFZ6ehaAfIjUYUa8-@[217.85.74.21]) by fwd34.sul.t-online.de with esmtp id 1FKKir-0LxiBk0; Fri, 17 Mar 2006 20:34:53 +0100 Received: from netbsd (localhost [127.0.0.1]) by netbsd.something (Postfix) with ESMTP id B88844AE2 for ; Fri, 17 Mar 2006 22:37:53 +0100 (CET) Received: (from root@localhost) by netbsd (8.12.11/8.12.11) id k2HLbrDQ000352 for grub-devel@gnu.org; Fri, 17 Mar 2006 22:37:53 +0100 (CET) Date: Fri, 17 Mar 2006 22:37:53 +0100 From: Martin Moeller To: The development of GRUB 2 Message-ID: <20060317213753.GA498@t-online.de> References: <437e81e00603160720m1da949x@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <437e81e00603160720m1da949x@mail.gmail.com> User-Agent: Mutt/1.5.10i X-ID: SaVM3gZaoepla9xoCLZP4eZ+Um4QdgJh3ZjMgcFZ6ehaAfIjUYUa8- X-TOI-MSGID: ccbb27b9-facf-4eb6-bd7d-a98ba4a1d220 Subject: Re: LZO configure failure 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: Fri, 17 Mar 2006 19:35:00 -0000 Hi, I guess you have installed the LZO Library in /usr/local/lib. The script ignores this library search path (like the most one). Try to add it yourself as parameter to your configure script: # ./configure BUILD_LDDFLAGS=-L/usr/local/lib (tested with grub-1.91, also on FreeBSD 5.3) On Thu, Mar 16, 2006 at 07:20:02AM -0800, Z3tbl4 [] wrote: > Hello. Can anyone help me compile grub2 with LZO on FBSD 5.3 ! > I have lzo already installed. here is the configure output, thank you. > > [zm@q] /usr/src/grub-1.92 # ./configure > checking build system type... i386-unknown-freebsd5.3 > checking host system type... i386-unknown-freebsd5.3 > checking for gcc... gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ANSI C... none needed > checking for bison... bison -y > checking for bison -y... (cached) bison -y > checking for special C compiler options needed for large files... no > checking for _FILE_OFFSET_BITS value needed for large files... no > checking for _LARGE_FILES value needed for large files... no > checking whether optimization for size works... yes > checking whether -falign-loops works... yes > checking if C symbols get an underscore after compilation... no > checking if start is defined by the compiler... no > checking if _start is defined by the compiler... yes > checking if __bss_start is defined by the compiler... yes > checking if edata is defined by the compiler... yes > checking if _edata is defined by the compiler... yes > checking if end is defined by the compiler... yes > checking if _end is defined by the compiler... yes > checking whether addr32 must be in the same line as the instruction... yes > checking for .code16 addr32 assembler support... yes > checking whether an absolute indirect call/jump must not be prefixed > with an asterisk... no > checking if GCC has the regparm=3 bug... yes > checking for a BSD-compatible install... /usr/bin/install -c > checking whether make sets $(MAKE)... yes > checking for objcopy... objcopy > checking whether objcopy works for absolute addresses... yes > checking for strip... strip > checking for nm... nm > checking for ld... ld > checking for ruby... no > checking whether byte ordering is bigendian... no > checking how to run the C preprocessor... gcc -E > checking for egrep... grep -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking for void *... yes > checking size of void *... 4 > checking for long... yes > checking size of long... 4 > 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 > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel