The Following User Says Thank You to antviro For This Useful Post: | ||
|
2011-01-12
, 04:29
|
Posts: 46 |
Thanked: 7 times |
Joined on Jan 2011
@ AU/MY
|
#32
|
Also, it would appear that octave packages can be installed by downloading from the internet (octave sourceforge) and the doing the following from within octave:
Code:pkg install /foo/bar/downloadedpackage.tar.gz
configure: error: in `/var/tmp/oct-NBXuTf/odepkg-0.6.10/src': configure: error: C compiler cannot create executables See `config.log' for more details. the configure script returned the following error: checking for gcc... gcc checking whether the C compiler works... no error: called from `pkg>configure_make' in file /opt/octave//share/octave/3.2.3/m/pkg/pkg.m near line 1240, column 2 error: called from: error: /opt/octave//share/octave/3.2.3/m/pkg/pkg.m at line 714, column 5 error: /opt/octave//share/octave/3.2.3/m/pkg/pkg.m at line 287, column 7
|
2011-01-12
, 10:34
|
Posts: 46 |
Thanked: 7 times |
Joined on Jan 2011
@ AU/MY
|
#34
|
The Following User Says Thank You to mdziaf For This Useful Post: | ||
|
2011-01-12
, 10:42
|
Posts: 74 |
Thanked: 45 times |
Joined on Dec 2010
|
#35
|
The Following User Says Thank You to antviro For This Useful Post: | ||
|
2011-01-12
, 10:46
|
Posts: 46 |
Thanked: 7 times |
Joined on Jan 2011
@ AU/MY
|
#36
|
Do yo have a gcc installed on your maemo?
It seems to be in extras-devel or in SDK repositories:
http://talk.maemo.org/showthread.php...&highlight=gcc
You can check it by calling it from the xterm, for instance at my laptop:
$> gcc --version
gcc (Debian 4.4.5-8) 4.4.5
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
~$ gcc --version
-sh: gcc: not found
The Following User Says Thank You to mdziaf For This Useful Post: | ||
|
2011-01-12
, 11:37
|
Posts: 46 |
Thanked: 7 times |
Joined on Jan 2011
@ AU/MY
|
#37
|
configure: error: GINAC not found the configure script returned the following error: checking for pkg-config... no checking for GINAC... error: called from 'pkg>configure_make' in file /opt/octave//share/octave/3.2.3/m/pkg/pkg.m near line 1240, column 2 error: called from: error: /opt/octave//share/octave/3.2.3/m/pkg/pkg.m at line 714, column 5 error: /opt/octave//share/octave/3.2.3/m/pkg/pkg.m at line 287, column 7
|
2011-01-12
, 11:55
|
Posts: 74 |
Thanked: 45 times |
Joined on Dec 2010
|
#38
|
|
2011-01-12
, 11:58
|
Posts: 46 |
Thanked: 7 times |
Joined on Jan 2011
@ AU/MY
|
#39
|
|
2011-01-12
, 12:08
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#40
|
The Following User Says Thank You to lardman For This Useful Post: | ||
Thanks to developers, I think it is a pretty tool. By the way, I guess you realized the '=' symbol is slower to use than others that are directly in keyboard (at least in Pt and Spanish ones). There are 2 possibilities for users to solve that, modifying the layout when opening octave (through a shell script) or smarter to define a new operator equal to the '='. I don't remember what should i do for the last option. If somebody remember, please reply me, otherwise I will write it here when I found how it was as I guess it will be interesting for others.
I think this is a beautiful tool as it convert your cell into the "better" programmable calculator.