help-octave
[Top][All Lists]
Advanced

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

Using Octave API


From: christoph
Subject: Using Octave API
Date: Sat, 29 Sep 2018 16:44:38 +0200

Hi all,

 

I have a piece of C++ code which compiles/links with Octave 3.4.3.

I try to migrate this to Octave 4.4.1

I was able to remove the problems during compilation, but linking is not successful.

 

I get a lot of error messages like

 

undefined reference to `dim_vector::nil_rep()'

relocation truncated to fit: R_X86_64_PC32 against undefined symbol `dim_vector::nil_rep()'

 

How could I resolve these issues?

 

Thanks

Christoph


reply via email to

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