I'm playing around with the complier backend, which produces a C program from the perl code. I started out with a very simple "hello world" program, just to see if I could get it to work as a compiled executable C program. When I run the output through the C compiler, I get a bunch of errors like "
undefined reference to `Perl_get_context'". Presumably these are C functions. Any idea where these might be located?