help-octave
[Top][All Lists]
Advanced

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

octave with support for hdf5


From: John Sanabria
Subject: octave with support for hdf5
Date: Mon, 22 Oct 2007 23:49:36 -0400
User-agent: Thunderbird 2.0.0.5 (X11/20070727)

Hi,

I'm interested to compile octave with support for hdf5 file format.
I had installed the hdf5 library in the directory ${HOME}/numeric.

I execute the configure command line as follow:

./configure --with-hdf5="hdf5 -L/home/jas/numeric/lib -I/home/jas/numeric/include"

--- snippet output ---
checking for H5Pcreate in -lhdf5 -L/home/jas/numeric/lib -I/home/jas/numeric/include... yes
checking hdf5.h usability... no
checking hdf5.h presence... no
checking for hdf5.h... no
--- snippet output ---

and finally,

configure: WARNING: HDF5 library not found. Octave will not be able to save or load HDF5 data files.

:-(, what is the proper parameter for the configure command?

thanks in advance.


reply via email to

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