From: Gerd B. <bu...@pi...> - 2001-05-04 15:40:55
|
Hi, I tried to compile plplot using the attached configuration. In the final linking step, c++ -shared -o plplot_octave.oct plplot_octave.o -L. -lX11 -lnsl -lm -lplplotd I get the following errors: ld: 0711-317 ERROR: Undefined symbol: .octave_value_list::elem(int) const ld: 0711-317 ERROR: Undefined symbol: .error(char const *,...) ld: 0711-317 ERROR: Undefined symbol: .Array<octave_value>::~Array(void) ld: 0711-317 ERROR: Undefined symbol: .Array<double>::~Array(void) ld: 0711-317 ERROR: Undefined symbol: .octave_value_list::elem(int) ld: 0711-317 ERROR: Undefined symbol: .octave_value::octave_value(double) ld: 0711-317 ERROR: Undefined symbol: .octave_value::octave_value(Matrix const &) ld: 0711-317 ERROR: Undefined symbol: .octave_value::octave_value(charMatrix const &, bool) ld: 0711-317 ERROR: Undefined symbol: .Array<char>::~Array(void) Any help? Gerd ------------------ Configure results: command: configure --enable-octave --with-shlib --disable-f77 --disable-cxx --disable -python --with-gcc --with-double system: AIX-2 CC: gcc -c LDC: gcc INCS: -I. LIBS: -lX11 -lnsl -lm LIB_TAG: d devices: plmeta null xterm tek4010 tek4107 mskermit conex vlt versaterm dg300 ps xfi g ljii hp7470 hp7580 lj_hpgl imp xwin pbm with_shlib: yes with_double: yes with_debug: no with_opt: no with_warn: no with_profile: no with_gcc: yes with_rpath: yes enable_xwin: yes enable_tcl: no enable_tk: no enable_itcl: no enable_cxx: no enable_python: no enable_f77: no enable_gnome: no enable_octave: yes |