<div class="gmail_quote">On Wed, Feb 9, 2011 at 8:39 PM, Oliver Kullmann <span dir="ltr"><<a href="mailto:O.Kullmann@swansea.ac.uk">O.Kullmann@swansea.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div id=":os">I need to install Ecl with a locally installed libffi: With gmp<br>
this works via --with-gmp-prefix, however such a build-option seems<br>
not to exist for libffi? How then can we use a local libffi?<br></div></blockquote></div><br>--with-gmp-prefix is just a convenience, but the canonical way to add C/C++ libraries is via autoconf's variables<div><br></div>

<div>CPPFLAGS=-I/path/to/location/of/headers</div><div>LDFLAGS=-L/path/to/location/of/libraries</div><div><br></div><div>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</div>

<div><br></div><div>Juanjo<br clear="all"><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div>