help-octave
[Top][All Lists]
Advanced

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

Installation of GNU Octave on Ubuntu 15.04


From: Brenton Horne
Subject: Installation of GNU Octave on Ubuntu 15.04
Date: Sat, 13 Jun 2015 20:07:03 +1000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Hi,

I have been trying to install Octave 4.0.0 on Ubuntu 15.04, by running:

cd /tmp
wget -c ftp://ftp.gnu.org/gnu/octave/octave-4.0.0.tar.gz
tar -xzf octave*.tar.gz
mv octave* octave && sudo mv octave /opt
sudo chmod 777 -R /opt/octave
./configure CPPFLAGS=-I/usr/include/hdf5/serial LDFLAGS=-L/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/hdf5/serial JAVA_HOME='/usr/lib/jvm/java-1.7.0-openjdk-i386'
make
sudo make install DESTDIR=/opt/octave/build
I ran the executable /opt/octave/build/usr/local/bin/octave to receive the error:
➜  octave  '/opt/octave/build/usr/local/bin/octave' 
octave: failed to exec '/usr/local/libexec/octave/4.0.0/exec/i686-pc-linux-gnu/octave-gui'
Further details may be found here.

Thanks for your time,
Brenton

reply via email to

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