help-octave
[Top][All Lists]
Advanced

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

Re: building error


From: Mike Miller
Subject: Re: building error
Date: Mon, 14 Sep 2015 09:14:21 -0400
User-agent: Mutt/1.5.23 (2014-03-12)

On Mon, Sep 14, 2015 at 14:38:57 +0900, Sungwon Shin wrote:
> when I run the following command
> 
> $ ./bootstrap --gnulib-srcdir=/usr/bin/
[…]
> 1. why has bootstrap failed? (but anyway 'configure' script has created)

Where did you get the "--gnulib-srcdir=/usr/bin/" part from? Try again
without that.

> 2. I have installed 'libhdf5-dev' and but 'hdf5' is  not recognized.
>    And I installed 'openjdk-8-jdk' but 'JAVA_HOME' warning. Should I do
> something after installing them?

For hdf5 you will have to add the following options (I'm assuming 64-bit
Ubuntu):

  ./configure --with-hdf5-includedir=/usr/include/hdf5/serial \
              --with-hdf5--libdir=/usr/lib/x86_64-linux-gnu/hdf5/serial

The warning about Java is normal, it means it was auto-detected because
you didn't tell configure exactly which Java you want to use.

> kpathsea: Running mktexmf ecrm1095
> ! I can't find file `ecrm1095'.
> <*> ...ljfour; mag:=1; nonstopmode; input ecrm1095
> 
> Please type another input file name
> ! Emergency stop.
> <*> ...ljfour; mag:=1; nonstopmode; input ecrm1095

You're missing some TeX fonts needed to build the documentation,

  sudo apt-get install texlive-fonts-recommended

should fix that.

> p.s Hey Mike, I want to do this and that in Octave so I need to build it.
>       Is my answer not enough to get your help?

I was just wondering if you knew you can just "apt-get install octave"
from Ubuntu, why go through the trouble of building yourself? Do you
want to develop with or contribute to Octave development?

-- 
mike



reply via email to

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