>>>>> "jirka" == jirka <[email protected]> writes:
> Hello David, I have a questiona about your ports Octave + PLPlot? It > is possibe to plot from the Octave or are there still issues? It seems to work (for me), though there are some problems left. The plplot native API mostly works from Octave, as do the official plplot examples, see: http://mosquito.dyndns.tv/~spock/openwrt/octave-plplot-examples.tgz The Octave plot() api emulation is still a little broken. If you're struck with a non-working terminal try Ctrl+C, this is the emergency exit from svgalib graphics modes. > I was curious about your "plplot-octave" package so I installed it and > I tried to do something (Octave says "Use PLplot: on"): > a=[1 2 3] b=[1 2 3] plot(a,b) > But the result is: > octave:3> plot(a,b) error: File not found error: called from: error: > plsstrm at line 3579, column 1 error: [..] > Is it an expected behaviour or there is something wrong on my side? This looks like another dynamic linker problem and is caused by octave being unable to find or load plplot_octave.so . Maybe the same problem that has plagued users of the plplot-lua bindings? > I have latest official software image (I have got a second NanoNote > for experiementing). Your Gnuplot works wll on the asme NanoNote > (thank you very much for the Gnuplot!) Which version of the octave package did you install? Where is your liboctave.so.*? There is one bug with the packages I created (already fixed in my git branch): The various links for the plplot shared objects are not links but actual copies, see e.g. /usr/lib/libplplot.so* . This might cause some dynamic linking problems. If you have too much time to spare, you could try to fix that by manually removing the redundant copies and replacing them with symbolic links. Note that I already upgraded system libraries of my NN to versions newer than 12-14, so to reproduce the problem I need to reflash. Currently swamped with other work, be patient :) cheers, David -- GnuPG public key: http://user.cs.tu-berlin.de/~dvdkhlng/dk.gpg Fingerprint: B17A DC95 D293 657B 4205 D016 7DEF 5323 C174 7D40
pgpk8NwbsYCRP.pgp
Description: PGP signature
_______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

