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. Thanks, -Keith main (int argc, c

Re: Help with embedding perl in C...

2009-04-20 Thread Keith.Griffin
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. Thanks, -Keith main (int argc, char **argv, char **env) { PerlInterpreter *my_perl = perl_alloc(); char *embed

Re: Help with embedding perl in C...

2009-04-20 Thread Chas. Owens
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 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". >