All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcos Latas <carvalholatas@sapo.pt>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: compiling GRUB 1.93 on OpenBSD
Date: Wed, 19 Apr 2006 21:00:54 +0100	[thread overview]
Message-ID: <444696F6.3080300@sapo.pt> (raw)
In-Reply-To: <86wtdl2xjx.fsf@borg.borderworlds.dk>

Christian Laursen wrote:
> Marcos Latas <carvalholatas@sapo.pt> 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.



  reply	other threads:[~2006-04-19 20:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-19 17:44 compiling GRUB 1.93 on OpenBSD Marcos Latas
2006-04-19 19:08 ` Christian Laursen
2006-04-19 20:00   ` Marcos Latas [this message]
2006-04-20  2:50     ` Yoshinori K. Okuji

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=444696F6.3080300@sapo.pt \
    --to=carvalholatas@sapo.pt \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.