Closed marwin1991 closed 2 months ago
Hi @marwin1991,
on Linux systems jextract
uses the dlopen
function to load libraries at runtime (see Library Loading). Loading a static library using this function won't work.
The missing symbol HB_FUN_SPACE
seems to come from xharbour
. Did you link your shared library (nativeLib
) against it?
Environment
gradle-jextract
version: 0.5.0What would you like to ask?
How to link static libs?
I though it would be somtheing like this:
But linking options are:
Altho there is succes:
During execution I get error: