Marcos Latas <[EMAIL PROTECTED]> 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


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to