help-octave
[Top][All Lists]
Advanced

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

Re: octave not updating plot using drawnow() in a loop


From: Michael Goffioul
Subject: Re: octave not updating plot using drawnow() in a loop
Date: Thu, 19 Jul 2012 08:53:35 +0100

On Thu, Jul 19, 2012 at 12:14 AM, peteroctave <address@hidden> wrote:
Hello Nasser,

I am new to Linux and new to Octave, but I wanted to try out your program.
I downloaded the ode package and tried to install it but got this error...

octave:1> pkg install odepkg-0.8.2.tar.gz
./configure: line 2748: /usr/bin/mkoctfile-3.4.3: No such file or directory
configure: error: Could not run /usr/bin/mkoctfile-3.4.3
the configure script returned the following error: checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for mkoctfile... /usr/bin/mkoctfile-3.4.3
error: called from `pkg>configure_make' in file
/usr/share/octave/3.4.3/m/pkg/pkg.m near line 1326, column 9
error: called from:
error:   /usr/share/octave/3.4.3/m/pkg/pkg.m at line 789, column 5
error:   /usr/share/octave/3.4.3/m/pkg/pkg.m at line 361, column 9

I looked on http://octave.sourceforge.net/packages.php for the package
mkoctfile but didn't find it listed.
Where do I find this package?

mkoctfile is part of octave. But depending on how you got your octave version, you may need to install additional packages. The mkoctfile utility would typically be part of the devel package of octave. Make sure you have it installed. Also if you're installing octave using your distro package manager, there's a high probability that odepkg is also available from there as well.

Michael.


reply via email to

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