I've read perlembed, perlguts, etc., but I can't embed perl in my C program, what am I doing wrong?
Download the ExtUtils::Embed kit from
CPAN
and run `make test'. If the tests pass, read the pods again and again and again. If they fail, see
the perlbug manpage
and send a bugreport with the output of
make test TEST_VERBOSE=1
along with
perl -V
.
Back to
Where can I learn about linking C with Perl? [h2xs, xsubpp]
Forward to
When I tried to run my script, I got this message. What does it
Up to
the perlfaq3 manpage