actual installation:
octave-2.9.9
octave-forge-2006.07.09
octplot svn-version 361
no errors during compilation of octplot
but if I enter "toggle_octplot" following error message appears:
error: /usr/local/libexec/octave/2.9.9/site/octplot-0.3.9/octplot_redraw.oct: udefined symbol: _ZTV12octave_value
any idea?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
actual installation:
octave-2.9.9
octave-forge-2006.07.09
octplot svn-version 361
no errors during compilation of octplot
but if I enter "toggle_octplot" following error message appears:
error: /usr/local/libexec/octave/2.9.9/site/octplot-0.3.9/octplot_redraw.oct: udefined symbol: _ZTV12octave_value
any idea?
Hi Michael,
what does
$ ldd octplot_command.oct
$ objdump -p octplot_command.oct
give?
(I just compiled rev 362 and it works).
Thomas
Michael,
it looks to me like you updated you version of octave and/or octplot and forgot to run
./configure && make clean && make
so you are linking with an older octave or octplot
Shai