Page 1 of 1

Problem with Gnu Octave

Posted: 23. Jun 2015, 07:16
by Schoolman
Trying to install Octave, I first got an error regarding doxygen : command not found. So after installing it I tried again and got the following:

Code: Select all

sudo spi -i octave
Password: 
The following packages will be installed:
 octave 
Fetching README...Done
Fetching doinst.sh...Done
Fetching octave.SlackBuild...Done
Fetching octave.info...Done
Fetching patches/ax_blas.m4...Failed
Thanks for any help.

Re: Problem with Gnu Octave

Posted: 23. Jun 2015, 07:49
by gapan
Try:

Code: Select all

sudo spi -u
first.

Re: Problem with Gnu Octave

Posted: 23. Jun 2015, 10:00
by laprjns
octave also requires cmake and gcc-gfortran

Re: Problem with Gnu Octave

Posted: 23. Jun 2015, 10:56
by Schoolman
Thanks gapan, Octave 4.0 the latest version is now installed ok. There is a GUI by default, but the plotting window only generates garbage. However, I guess that's a problem for the Octave mailing list.