Hi,
I'v tried to compile a small test program with cc/gcc
but I'v got the following error:
/tmp/ccD16111.o<.eh_frame+0x11>: undefined reference to '__gxx_personality_v0' collect2: ld command 1 exit status
I did EXACTLY as in the book.
What can I do ????????
#include<stdio.h>
int main(){...
calling C/C++ function from perl
Hi,
how do I call a compiled C/C++ function from perl ?
Let say I have a C/C++ function:
*char func(char *ptr, int len) {
...
return str;}
Now i wonna call it from perl
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.