octave-maintainers
[Top][All Lists]
Advanced

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

Re: mpi.h vs. hdf5.h


From: Mike Miller
Subject: Re: mpi.h vs. hdf5.h
Date: Mon, 27 Apr 2015 09:26:35 -0400
User-agent: Mutt/1.5.23 (2014-03-12)

On Mon, Apr 27, 2015 at 11:19:31 +0200, Juan Pablo Carbajal wrote:
> On Mon, Apr 27, 2015 at 10:06 AM, Juan Pablo Carbajal
> > :( This worked for configure, but at make time I still get
> >
> >                  from ../../stable/libinterp/octave-value/ov-cell.cc:40:
> > ../../stable/libinterp/corefcn/oct-hdf5.h:27:18: fatal error: hdf5.h:
> > No such file or directory
> >  #include <hdf5.h>
> >                   ^
> > compilation terminated.
> > Makefile:8556: recipe for target 'octave-value/ov-cell.df' failed
> > make[2]: *** [octave-value/ov-cell.df] Error 1
> > mv operators/ops.cc-t operators/ops.cc
> > updating parse-tree/oct-parse.output
> > updating parse-tree/oct-parse.h
> > make[2]: Leaving directory 
> > '/home/juanpi/Devel/octave/stable-build/libinterp'
> > Makefile:2123: recipe for target 'all-recursive' failed
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory '/home/juanpi/Devel/octave/stable-build'
> > Makefile:1988: recipe for target 'all' failed
> > make: *** [all] Error 2
> 
> The failure happens with stable branch, maybe the flags there are not
> andled correctly?

Yes, I think this was a bug that we fixed on the default branch for 4.0.
If building stable, use

  ../configure CPPFLAGS="-I/usr..." LDFLAGS="-L/usr..."
  
instead of the --with-hdf5-* options.

-- 
mike



reply via email to

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