help-octave
[Top][All Lists]
Advanced

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

Weird message


From: John W. Eaton
Subject: Weird message
Date: Fri, 29 Dec 2006 17:28:56 -0500

On 29-Dec-2006, Gorazd Brumen wrote:

| 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?

  $ echo _Z5transRK12ColumnVectorfS1_RK4Cell | c++filt
  trans(ColumnVector const&, float, ColumnVector const&, Cell const&)
                             ^^^^^

jwe



reply via email to

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