Menu

undefined symbol: _ZTV12octave_value

Help
Michael
2006-10-05
2013-04-25
  • Michael

    Michael - 2006-10-05

    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?

     
    • Thomas Weber

      Thomas Weber - 2006-10-05

      Hi Michael,

      what does
      $ ldd octplot_command.oct
      $ objdump -p octplot_command.oct

      give?

      (I just compiled rev 362 and it works).

      Thomas

       
    • Shai Ayal

      Shai Ayal - 2006-10-05

      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

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.