From: ludo@gnu.org (Ludovic Courtès)
To: primus <rprimus@gmail.com>
Cc: bug-guile@gnu.org
Subject: Re: [1.9.12] configure and --with-libltdl-prefix ...
Date: Sun, 05 Sep 2010 22:51:52 +0200 [thread overview]
Message-ID: <8762yj29sn.fsf@gnu.org> (raw)
In-Reply-To: <20100905171223.GN32103@x.lence.net> (primus's message of "Sun, 5 Sep 2010 18:12:23 +0100")
Hi,
Thanks for trying out the latest & greatest!
primus <rprimus@gmail.com> writes:
> # pkg_info | grep ltdl
> libltdl-1.5.26p0 GNU libtool system independent dlopen wrapper
That’s old; I strongly recommend Libtool 2.x, though I think 1.5 should
work too.
> # ./configure --with-libltdl-prefix=/usr/local 2>&1 | tee configure.l1g
>
> # head -1 configure.l1g
> configure: WARNING: unrecognized options: --with-libltdl-prefix
Yes, that option isn’t supported, but I agree it should. :-)
Instead you probably need to do:
$ CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \
./configure ...
Can you try this?
Thanks,
Ludo’.
next prev parent reply other threads:[~2010-09-05 20:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-05 17:12 [1.9.12] configure and --with-libltdl-prefix primus
2010-09-05 20:51 ` Ludovic Courtès [this message]
2010-09-05 21:20 ` primus
2010-09-05 22:35 ` Ludovic Courtès
2010-09-06 5:47 ` primus
2010-09-07 22:46 ` Ludovic Courtès
2010-09-11 7:14 ` primus
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
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8762yj29sn.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=bug-guile@gnu.org \
--cc=rprimus@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).