【发布时间】:2014-01-17 13:54:50
【问题描述】:
Downloaded packages from http://sourceforge.net/projects/octave/files/Octave%20Forge%20Packages/
then from Octave...
pkg install statistics-1.2.2.tar.gz
statistics needs io >= 1.0.18
pkg install io-1.2.5.tar.gz
lots of errors(mkoctfile not found)
octave:2> ver
----------------------------------------------------------------------
GNU Octave Version 3.6.4
GNU Octave License: GNU General Public License
Operating System: Linux 3.2.0-57-generic-pae #87-Ubuntu SMP Tue Nov 12 21:57:43 UTC 2013 i686
----------------------------------------------------------------------
no packages installed.
octave:7> pkg install statistics-1.2.2.tar.gz
error: the following dependencies where unsatisfied:
statistics needs io >= 1.0.18
octave:7> pkg install io-1.2.5.tar.gz
make: mkoctfile: Command not found
make: *** [csvexplode.oct] Error 127
'make' returned the following error: make: Entering directory `/tmp/oct-JWSn8i/io/src'
mkoctfile csvexplode.cc
make: Leaving directory `/tmp/oct-JWSn8i/io/src'
error: called from 'pkg>configure_make' in file /usr/share/octave/3.6.4/m/pkg/pkg.m near line 1391, column 9
error: called from:
error: /usr/share/octave/3.6.4/m/pkg/pkg.m at line 834, column 5
error: /usr/share/octave/3.6.4/m/pkg/pkg.m at line 383, column 9
注意:
“sudo apt-get install octave-pkg-dev”将卸载我的 Octave 3.6.4 版本并安装旧版本 3.2.4。我尝试使用“sudo apt-get install octave-XXXXX”安装的任何软件包都会这样做。
尝试:
https://askubuntu.com/questions/194151/how-do-you-install-the-latest-version-of-gnu-octave
http://openems.de/forum/viewtopic.php?f=2&t=52 和要安装的 sudo octave:http://skramm.blogspot.com/2013/03/octaveubuntu-problems-installing.html
版本:
GNU Octave Version 3.6.4
GNU Octave License: GNU General Public License
Operating System: Linux 3.2.0-57-generic-pae #87-Ubuntu SMP Tue Nov 12 21:57:43 UTC 2013 i686
----------------------------------------------------------------------
Package Name | Version | Installation directory
--------------+---------+-----------------------
io | 1.2.5 | /usr/share/octave/packages/io-1.2.5
statistics | 1.2.2 | /usr/share/octave/packages/statistics-1.2.2
说现在有statistics 1.2.2,但是我需要的应该存在的文件(在列表中)却没有。 ??即规范图
【问题讨论】:
-
您应该删除问题的顶部并更改标题,因为您已经解决了上半部分,而下半部分是一个非常不同的问题。