help-octave
[Top][All Lists]
Advanced

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

Re: Problem to install Octave 3.8.1


From: Tatsuro MATSUOKA
Subject: Re: Problem to install Octave 3.8.1
Date: Fri, 25 Apr 2014 19:07:11 +0900 (JST)

--- On Fri, 2014/4/25, Juan Pablo Carbajal wrote:

> On Fri, Apr 25, 2014 at 7:10 AM, Germán Arias wrote:
> > Hi,
> >
> > Today I decided upgrade my Octave version. First a minor problem. Configure 
> > don't find the hdf5 headers/libraries. These are at /usr/include and 
> > /usr/lib. Don't works even if I use the options --with-hdf5.... Anyway, 
> > Octave compiles without problem, but when I try to install it I get:
> >
> > collect2: ld terminated with signal 9 [Killed]
> > libtool: install: error: relink `liboctinterp.la' with the above command 
> > before
> > installing it
> > make[4]: *** [install-octlibLTLIBRARIES] Error 1
> >
> > Any advice?
> >
> > Thanks.
> > Germán.
> >
> >
> > _______________________________________________
> > Help-octave mailing list
> > address@hidden
> > https://lists.gnu.org/mailman/listinfo/help-octave
> 
> Try
> 
> CPPFLAGS=-I/usr/include/mpi ./configure
> 
> using whatever you have the mpi header.
> 
> Mike Miller explains the issue here
> http://octave.1599824.n4.nabble.com/mpi-h-vs-hdf5-h-td4662703.html
> 
For me, CPPFLAGS=-I/usr/include/mpi was not enough for hdf5-openmpi.
(Ubuntu 12.04 LTS amd64)

I followed the instruction by Mike: 
http://octave.1599824.n4.nabble.com/octave-install-td4663500i20.html#a4663702

./configure CPPFLAGS="-I/usr/include/mpi -DMPICH_SKIP_MPICXX 
-DOMPI_SKIP_MPICXX" ... 

Regards

Tatsuro

 





reply via email to

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