help-octave
[Top][All Lists]
Advanced

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

octave compiling problem


From: John W. Eaton
Subject: octave compiling problem
Date: Tue, 16 Feb 2010 20:28:21 -0500

On 16-Feb-2010, Mag Gam wrote:

| I am trying to compile Octave 3.2.4  with HDF5 1.8.2.
| 
| What configure parameters do I need to give for ./configure to find my
| HDF5 install?
| 
| My HDF5 install is located at /apps/hdf5-1.8.2 and there is nothing in
| the ./configure script where I can specify the location of my HDF5
| install. Is there a hidden feature?

You need to specify the location of the include files using CPPFLAGS
and the library with LDFLAGS, so something like this:

./configure CPPFLAGS=-I/apps/hdf5-1.8.2/include LDFLAGS=-I/apps/hdf5-1.8.2/lib

should work if the header files are installed in
/apps/hdf5-1.8.2/include and the libraries are installed in
/apps/hdf5-1.8.2/lib.

jwe


reply via email to

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