Hi,

I am writting a XS wrapper between some C bits and an executable in Perl. I
compile the wrapper as a Shared Lib and I want to load it dynamicaly from
Perl using Dynaloader.
I have done some tests with a simple "Hello World" like program and it work
fine, but when it comes to real thing, problems arise and at run time, I
have the following error:
"Can't find 'boot_foo' symbol in foo.sl"

The boot_foo function is implemented in the c file generated by xsubpp and
nothing seems to be wrong with it. 
I have tried to export PERL_DL_DEBUG=1, but the debugger does not give more
details.
I am working on HP-UX, but it should not make any deference.
Do you have any idea what could be wrong ?

Regards,

Vincent

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to