|
Hi all,
I am trying to embed perl into C. when I compile i am getting the error
"undefined reference to boot_DynaLoader"
my command options are:
gcc -L/usr/lib/perl5/5.8.6/i386-linux-thread-multi/CORE -L/usr/lib/perl5/5.8.6/i386-linux-thread-multi/auto/DynaLoader/DynaLoader.a -I/usr/lib/perl5/5.8.6/i386-linux-thread-multi/CORE -ldl -lm -lpthread -lc -lcrypt -lperl
could any one help on this.
Thanks,
mb. |