Hi Peter,
have you tried something like this:
//LKED.SYSIN DD *
INCLUDE '/usr/lpp/zoautil/v1r3/lib/zoautil.x'
You need to include the export stub (.x file) not the .so.
For example for COBOL/Java interoperability it looked like this from JCL for
the binder, but the compiler was COBOL:
//LKED.SYSIN DD *
INCLUDE '/usr/lpp/java/J7.1/bin/j9vm/libjvm.x'
INCLUDE '/usr/lpp/cobol/v420/lib/igzcjava.x'
ENTRY CJ01JAVA
NAME CJ01JAVA(R)
/*
Hope it helps.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN