Hi, At the outset, i donot know if i am reaching the right audience. Basically, i am new to perlxs. My objective is to call existing c++ functions from my perl code. I used h2xs to create the perl extensions and then did: perl Makefile.PL and make to get the shared object. But when i do: make test, i get the following error:
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 test.pl 1..1 Can't find 'boot_teshxs' symbol in blib/arch/auto/teshxs/teshxs.so at test.pl line 11 BEGIN failed--compilation aborted at test.pl line 11. not ok 1 make: *** [test_dynamic] Error 255 'teshxs' is the module name that i gave with h2xs command. Can anyone guide me with what could be the problem and how to solve it? thanks in advance -- Venkatesh
