I have a C executable (linux) that I want to call a perl lib from. (this works) I want that perl lib to be able to call a C function in the exe.
I have created the wrapper code for the perl->C i/f using SWIG.
My problem is my perl library can't find the C code.
How can I load the C symbol table so that perl knows where to call?