[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems install control package
From: |
Sergei Steshenko |
Subject: |
Re: Problems install control package |
Date: |
Thu, 20 Jun 2013 09:02:52 -0700 (PDT) |
--- On Thu, 6/20/13, Beverly M <address@hidden> wrote:
From: Beverly M <address@hidden>
Subject: Problems install control package
To: "address@hidden" <address@hidden>
Date: Thursday, June 20, 2013, 6:33 AM
I wish to install the signal package so I need to install control. I
keep getting the message below. I haven't used packages on Octave before
so I would be grateful for any help.
Thanks.
octave-3.6.4.exe:15> pkg install -forge control
make: /bin/sh: Command not found
make: *** [slicotlibrary.a] Error 127
'make' returned the following error: make: Entering directory
`/tmp/oct-9/control/src'
tar -xzf slicot.tar.gz
mv slicot/src/*.f .
make: Leaving directory `/tmp/oct-9/control/src'
error: called from 'pkg>configure_make' in file
C:\Software\Octave-3.6.4\share\octave\3.6.4\m\pkg\pkg.m near line 1385, column 9
error: called from:
error: C:\Software\Octave-3.6.4\share\octave\3.6.4\m\pkg\pkg.m at line 827,
column 5
error: C:\Software\Octave-3.6.4\share\octave\3.6.4\m\pkg\pkg.m at line 383,
column 9
-----Inline Attachment Follows-----
_______________________________________________
The root cause is explained by
"
make: /bin/sh: Command not found
"
error message - which is not surprising since you are on Windows.
IIRC, there are precompiled packages for Windows, but I am not running Windows,
so I don't remember the details.
Look for Octave package bundle.
Regards,
Sergei.