From octave-maintainers-request at bevo dot che dot wisc dot edu Mon Nov 18 11:55:26 1996 Subject: .oct files From: "John W. Eaton" To: warnerd at trinidad dot cs dot dartmouth dot edu Cc: octave-maintainers at bevo dot che dot wisc dot edu Date: Mon, 18 Nov 1996 11:55:01 -0600 On 18-Nov-1996, warnerd at trinidad dot cs dot dartmouth dot edu wrote: : When recompiling some .oct files I get warnings like this: : : halfmoon 55: g++ -shared -O -L/usr/floating/warnerd/gnu/lib -Xlinker -hidden \ : ? -o rottrans_b.oct rottransc_b.o rottransc_bcp.o -loctinterp -loctave -ltinst -lcruft : /usr/ucb/ld: : Warning: Unresolved: : octave_value::octave_value_rep::matrix_value(bool) const : octave_value::octave_value_rep::operator new(unsigned long) : octave_value::octave_value_rep::octave_value_rep(Matrix const &) : /usr/ucb/ld: : Warning: Unresolved: : matrix_value__CQ212octave_value16octave_value_repb : __nw__Q212octave_value16octave_value_repUl : __Q212octave_value16octave_value_repRC6Matrix : halfmoon 56: I think you are picking up some old header files from somewhere. The octave_value class no longer uses a nested class called octave_value rep. jwe