bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [1.9.12] configure and --with-libltdl-prefix ...


From: Ludovic Courtès
Subject: Re: [1.9.12] configure and --with-libltdl-prefix ...
Date: Sun, 05 Sep 2010 22:51:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi,

Thanks for trying out the latest & greatest!

primus <address@hidden> 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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]