All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Thomas Schmitt" <scdbackup@gmx.net>
To: grub-devel@gnu.org
Subject: Re: Compilation error of xorriso on MacOSX
Date: Tue, 13 Apr 2010 14:18:15 +0200	[thread overview]
Message-ID: <106334060327668@192.168.2.69> (raw)
In-Reply-To: <4BC45B28.8000401@zetam.org>

Hi,

Yves Blusseau wrote:
> I have the latest readline library (6.1) installed on my MacOSX
> /opt/local/lib/libreadline.a
> But i think configure have tried to use the one in the standard path
> (/usr/lib):
> Perhaps i can use an option of configure or environnement variable to
> "force" the linker ?

Good question.
My autotools knowledge grows around some vacuum
bubbles since a few years. Much of it is still
a riddle to me.

I understand that variables CPPFLAGS, CFLAGS,
LDFLAGS, LIBS directly influence the compilation
command.
Reading man ld on GNU/Linux
  -Lsearchdir [...]
     The directories are searched in the order in
     which they are specified on the command line.
     Directories specified on the command line are
     searched before the default directories.

i would try

  make clean
  export LDFLAGS="-L/opt/local/lib"
  ./configure ...options...
  make

So you should read the documentation of your
linker for a similar promise.


Have a nice day :)

Thomas




  reply	other threads:[~2010-04-13 12:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-12 13:47 Compilation error of xorriso on MacOSX Yves Blusseau
2010-04-12 14:39 ` Thomas Schmitt
2010-04-13 11:53   ` Yves Blusseau
2010-04-13 12:18     ` Thomas Schmitt [this message]
2010-04-13 12:34       ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-04-13 14:50         ` Thomas Schmitt
2010-04-13 15:30           ` Yves Blusseau
2010-04-13 16:37             ` Thomas Schmitt

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=106334060327668@192.168.2.69 \
    --to=scdbackup@gmx.net \
    --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.