tir, 30 09 2008 kl. 19:11 -0700, skrev Scott Askey: > Weh I try to install the io package octave cannot find the makeoct file. the > Statistics and plot packages installed without incedent. I am running a 32 > bit core2 mac book pro with ubuntu 8.04 > > octave:6> pkg install io-1.0.7.tar.gz > make: mkoctfile: Command not found
This command is in the 'octave-headers' package (I think). Otherwise, it's called 'octave-devel' or something like that. You can install this package using synaptic, apt-get, or whatever your favorite tool is. Søren > make: *** [dlmread.oct] Error 127 > error: 'make' returned the following error: make: Entering directory > `/tmp/oct-302XMM/io-1.0.7/src' > mkoctfile dlmread.cc > make: Leaving directory `/tmp/oct-302XMM/io-1.0.7/src' > error: called from `pkg:configure_make' in file > /usr/share/octave/3.0.0/m/pkg/pkg.m near line 1058, column 2 > octave:6> version > ans = 3.0.0 > > > Linux blazer-laptop 2.6.24-21-generic #1 SMP Mon Aug 25 17:32:09 UTC 2008 > i686 GNU/Linux > > Thanks > > Scott > > > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Octave-dev mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/octave-dev ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
