Problem with Gnu Octave

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
Schoolman
Posts: 7
Joined: 28. Jan 2015, 16:04

Problem with Gnu Octave

Post 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.
User avatar
gapan
Salix Wizard
Posts: 6349
Joined: 6. Jun 2009, 17:40

Re: Problem with Gnu Octave

Post by gapan »

Try:

Code: Select all

sudo spi -u
first.
Image
Image
User avatar
laprjns
Salix Warrior
Posts: 1112
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Problem with Gnu Octave

Post by laprjns »

octave also requires cmake and gcc-gfortran
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
Schoolman
Posts: 7
Joined: 28. Jan 2015, 16:04

Re: Problem with Gnu Octave

Post 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.
Post Reply