On Wed, Feb 9, 2011 at 8:39 PM, Oliver Kullmann <o.kullm...@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
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list