sauloal
unread,Nov 17, 2008, 8:41:22 AM11/17/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to NestedVM
Hello,
I'm trying to translate my perl codes to java and, so far, the best
way is to convert it to C and compile with NestedVM.
The problem is that perl uses DynaLoader.a and libperl.so wich, when i
try to compile as libraries of my code with NestedVm gives the error
"UNKNOWN SIMBOLS".
I was thinking in re-compile both libraries with NestedVm so that it
could be understood when used.
How could i do it? is there another workaround?
thanks
Saulo