How do I call an Inline::C function defined in
a section in one file from an Inline::C function
defined in a section of another?  Do I have
to lump them together into the same Inline invocation
by doing something like

use Inline C => 'src/mypack.c' => NAME => 'mypack',
           C => 'src/object.c' => NAME => 'mypack::obj';

or is there a way to get them to link into each other,
either one way or the other?  I could but common
routines in one place -- do I have to build an
explicit external shared object and link against it?




--
David L Nicol
Can you remember when vending machines took pennies?

Reply via email to