I sent 1 message describing my problem to mailing-list, but it got lost
somehow (I can't see it in web archives).
I'm trying to write a library for OZ. This library need support from
native code (I'm working on Linux x86).
Writing OZ program as stand-alone program (ozc -x) that imports native
module
works fine. But I can't get to work such cofiguration:
- users Oz code (stand-alone program) imports my interface Oz module
- this interface module imports native implementation module
I'm still getting this error:
%********************** Error: module manager *******************
%**
%** Could not link module
%**
%** Could not load native functor at URL:
file:///home/ololo/oz-ldap/moj_modul_cpp.so
%**--------------------------------------------------------------
when control reaches point, where any symbol exported from native module
should be accessed.
Any ideas ?
-
Please send submissions to users@mozart-oz.org
and administriva mail to users-request@mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.