> Can you try compiling the attached program?
> gcc -o load load.c `perl  -MExtUtils::Embed -e ccopts -e ldopts` -Wall
> -g
> it should resolve to Perl_load_module_nocontext:
> % nm load | grep load_module
>           U Perl_load_module_nocontext

$ nm load | grep load_module
         U Perl_load_module_nocontext

$ ./load
ok


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

Reply via email to