ExtUtils-Embed - Re: undefined reference to boot_DynaLoader

Posted on Thu May 24 16:37:18 2007 by karthic in response to 1693 (See the whole thread of 4)
Re: undefined reference to boot_DynaLoader
Hi,

EXTERN_C void boot_Socket (pTHX_ CV* cv) is not always required.

The following will generate perlxsi.c that will have what is exactly required
perl -MExtUtils::Embed -e xsinit -- -o perlxsi.c
In my case, i didnt get that reference boot_Socket.


For more refrence, refer here http://perldoc.perl.org/perlembed.html#Using-Perl-modules%2c-which-themselves-use-C-libraries%2c-from-your-C-program

- Karthic
Write a response