octave-maintainers
[Top][All Lists]
Advanced

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

Re: Debian's libhdf5-8 and Octave 3.8.2


From: Mike Miller
Subject: Re: Debian's libhdf5-8 and Octave 3.8.2
Date: Thu, 4 Sep 2014 13:07:13 -0400

On Thu, Sep 4, 2014 at 19:02:47 +0200, José Luis García Pallero wrote:
> I'll try to explain the problem in detail.
[...]
> The hdf5.h file is not found, but hdf5.h is located in
> /usr/include/hdf5/serial/, which has been selected via
> --with-hdf5-includedir in ./configure and detected as was nored in
> HDF5 CPPFLAGS: -I/usr/include/hdf5/serial/. But apparently the
> -I/usr/include/hdf5/serial/ is not in the compiling order. So I think
> there is a bug in the make process when HDF5 is not located in
> standard directories

Yes, you have effectively summarized bug #38928.

If you configure with CPPFLAGS=-I/usr/include/hdf5/serial and
LDFLAGS=-L/usr/lib/x86_64-linux-gnu/hdf5/serial rather than using the
--with-hdf5* options, you should have more success (I do). Please try
that and let me know if that does not work for you.

HTH,

-- 
mike



reply via email to

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