help-octave
[Top][All Lists]
Advanced

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

DEFUN_DLD: f1.oct calling f2.oct


From: Robert Butora
Subject: DEFUN_DLD: f1.oct calling f2.oct
Date: Tue, 30 Mar 1999 16:14:36 +0200

I was trying to call function "f2" (defined in f2.cc by DEFUN_DLD)
from function "f1" defined in f1.cc by DEFUN_DLD.

After faultless linking both with mkoctfile into f1.oct
and f2.oct and running the dynamic linker was complaining
about unable to find shared objects (f2.oct).
However, if "f1.oct" calls some of octave's functions
(also residing in different .oct file) it works fine.

How to declare a function defined by DEFUN_DLD ?
to be included into differenet .cc file for dynamic linking. 

Thanks
Robert



reply via email to

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