help-octave
[Top][All Lists]
Advanced

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

Weird message


From: Gorazd Brumen
Subject: Weird message
Date: Fri, 29 Dec 2006 22:44:35 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061116)

Hi all,

When executing a function in Octave from a library compiled with
mkoctfile I get the following error:


octave: symbol lookup error: /home/brumen/projects/dta/cp/oc/rhslhs.oct:
undefined symbol: _Z5transRK12ColumnVectorfS1_RK4Cell


Octave then crashes.

Could it be from this: (begining of a function trans in rhslhs.cc)

double trans (const ColumnVector &z, double t, const ColumnVector &x,
const Cell &params) {

  ColumnVector mu (params(0).vector_value());
....

(the first element of the cell params is a vector.

Can somebody tell me what I am doing wrong?

Thanks,
Gorazd


-- 
Gorazd Brumen
Mail: address@hidden
WWW: http://www.gorazdbrumen.net/
PGP: Key at http://pgp.mit.edu, ID BCC93240


reply via email to

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