![]() |
2008-10-29
, 09:12
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#22
|
![]() |
2008-10-29
, 16:48
|
Posts: 54 |
Thanked: 11 times |
Joined on Feb 2008
|
#23
|
![]() |
2008-11-03
, 06:06
|
Posts: 54 |
Thanked: 11 times |
Joined on Feb 2008
|
#24
|
![]() |
2008-11-03
, 11:40
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#25
|
since we first have to compile a working copy of f2c before you can compile octave.
![]() |
2009-03-20
, 09:36
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#26
|
![]() |
2009-03-20
, 19:48
|
|
Posts: 696 |
Thanked: 1,012 times |
Joined on Mar 2006
@ Asturies, Spain
|
#27
|
The Following User Says Thank You to yerga For This Useful Post: | ||
![]() |
2009-03-20
, 22:22
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#28
|
4) wget http://repository.maemo.org/pool/dia...sso8_armel.deb and dpkg -i it
![]() |
2009-03-21
, 06:40
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#29
|
Thanks for the full instructions run-down
You can also do "apt-get install libg2c0" to save typing.
maemo-mini-curl -o libg2c0_3.4.4cs2005q3.2-5.osso8_armel.deb http://repository.maemo.org/pool/diablo/free/g/gcc-3.4/libg2c0_3.4.4cs2005q3.2-5.osso8_armel.deb
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
![]() |
2009-03-21
, 10:41
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#30
|
http://www.courville.org/mediawiki/i...10#octave_port
However, I added the following flags to .configure:
./configure CFLAGS="-O3 -fomit-frame-pointer -mcpu=arm1136jf-s -mtune=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp" CXXFLAGS="-O3 -fomit-frame-pointer -mcpu=arm1136jf-s -mtune=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp" F77="/usr/bin/f77_f2c" --prefix="/usr" --exec-prefix="/usr"
Then, apply this command just like in the website:
sed -i -e "s:rm -f INSTALL:cp ../../INSTALL.OCTAVE ./INSTALL:g" -e "s:rm -f BUGS:cp ../../BUGS ./BUGS:g" doc/interpreter/Makefile
Then type "make" and go eat a sandwhich. It'll still barf a little trying to make a couple of the documents (don't care).
Type "fakeroot make install" to make it put everything in the proper place.
Then you have to copy things to your Tablet. I have ssh installed, so I used secure copy (my local ip is 135.246.1.107):
scp -rp /usr/lib/octave-3.0.2 root@135.246.1.107:/usr/lib/
scp -rp /usr/bin/octav* root@135.246.1.107:/usr/bin/
scp -rp /usr/bin/mkoct* root@135.246.1.107:/usr/bin/
scp -rp /usr/bin/f77* root@135.246.1.107:/usr/bin/
scp -rp /usr/libexec/octave root@135.246.1.107:/usr/libexec/
scp -rp /usr/share/octave root@135.246.1.107:/usr/share/
I'm not sure, but I think you may have to copy the libstdc* files as well. A lot of the "compile yourself" executables seem to need it.
BUT... you need gnuplot! Anunakin has got you covered. It's a recent version, too!
http://www.internettablettalk.com/fo...ad.php?t=20425
You'll need to install the wxwidgets so that you can control the gnuplot window. Before running octave, you'll want to set this environment variable in your shell: "export GNUTERM=wxt"
Octave boots with no errors, and I have full plot support! Woo Hoo! I FINALLY have a solid Matlab clone on my tablet. Thanks so much for all your help ,lardman!
(Notice that the website I referenced has a debian of octave, but you can't plot with that one. No, I don't have time to learn how to create a debian package. I suppose I could try zipping up the associated files to let others copy them.)
- Jim
Last edited by macr0t0r; 2008-10-29 at 08:40.