help-octave
[Top][All Lists]
Advanced

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

Re: Problems loading packages


From: Juan Pablo Carbajal
Subject: Re: Problems loading packages
Date: Thu, 7 Nov 2013 16:57:44 +0100

On Tue, Nov 5, 2013 at 3:31 PM, Andrew Smith <address@hidden> wrote:
> Hi,
>
> Hoping someone can provide a little help loading Octave's image package.
>
> Used the instructions however coming up with the following error.
>
> octave:1> pkg install -forge image
> error: the following dependencies where unsatisfied:
>    image needs signal >= 1.2.0
>
> Attempted to load the signal package and
>
> octave:1> pkg install -forge signal
> error: the following dependencies where unsatisfied:
>    signal needs specfun >= 0.0.0
>  signal needs control >= 2.2.3
>  signal needs general >= 1.3.2
>
> then
>
> octave:1> pkg install -forge general
> make: /sw/bin/mkoctfile-3.6.4: No such file or directory
> make: *** [SHA1.oct] Error 1
> 'make' returned the following error: /sw/bin/mkoctfile-3.6.4 SHA1.cc
> error: called from 'pkg>configure_make' in file 
> /sw/share/octave/3.6.4/m/pkg/pkg.m near line 1385, column 9
> error: called from:
> error:   /sw/share/octave/3.6.4/m/pkg/pkg.m at line 827, column 5
> error:   /sw/share/octave/3.6.4/m/pkg/pkg.m at line 383, column 9
>
> Any suggestions on how to proceed?
> Andrew
>
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave

It seems you do not have mkoctfile installed. If you are in Debian or
derived Linux flavors I think you should install the octave-pkg-dev
package.


reply via email to

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