octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

.oct files


From: John W. Eaton
Subject: .oct files
Date: Mon, 18 Nov 1996 11:55:01 -0600

On 18-Nov-1996, address@hidden <address@hidden> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]