In an XS module Bar I want to get a pointer on a C function defined in an XS module Foo, and preferably at BOOT-time.
I can't make it work; the problem I have is that at run time DynaLoader always answers with a "undefined symbol" error, although the Foo module has been loaded beforehand. Is there some known trick for this situation?