[Ecls-list] is there --with-libffi-prefix ?

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Wed Feb 9 20:16:42 UTC 2011


On Wed, Feb 9, 2011 at 8:39 PM, Oliver Kullmann <O.Kullmann at swansea.ac.uk>wrote:

> I need to install Ecl with a locally installed libffi: With gmp
> this works via --with-gmp-prefix, however such a build-option seems
> not to exist for libffi? How then can we use a local libffi?
>

--with-gmp-prefix is just a convenience, but the canonical way to add C/C++
libraries is via autoconf's variables

CPPFLAGS=-I/path/to/location/of/headers
LDFLAGS=-L/path/to/location/of/libraries

you can use them as arguments to "configure". Note however that if the path
of GMP and of libffi is the same, as with usual *nix installations, then
--with-gmp-prefix=... will suffice

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20110209/cb44aa8f/attachment.html>


More information about the ecl-devel mailing list