Re: Help with embedding perl in C...

2009-04-20 Thread Keith.Griffin
Anyone have any ideas why I am getting the "unresolved symbols"? Thanks, -Keith Keith.Griffin wrote: Hi, I only changed the 'main' function and removed a lot of code replacing it with a simple 'match' test. Below is the contents of 'main' now.

Re: Help with embedding perl in C...

2009-04-20 Thread Keith.Griffin
PL_perl_destruct_level = 1; perl_destruct(my_perl); perl_free(my_perl); } Chas. Owens wrote: On Mon, Apr 20, 2009 at 10:44, Keith.Griffin wrote: Hi, I have copied the example "match.c" from "man perlembed" to my system and made a mi

Help with embedding perl in C...

2009-04-20 Thread Keith.Griffin
Hi, I have copied the example "match.c" from "man perlembed" to my system and made a minor adjustment to the source to test the match code. I have attempted to build this code and the build is failing due to "undefined reference's". Could anyone let me know what the problem is please? T