in reply to Using the perl API in C
perhaps there is something I have to feed the linker here?
-lperl, i.e. link against the perl library (either libperl.so or libperl.a (static) — if the linker finds both, the shared version takes precedence by default). Whether that's sufficient depends on what exactly you're trying to do.
See also perlembed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using the perl API in C
by halfcountplus (Hermit) on Dec 20, 2010 at 19:53 UTC | |
by Anonyrnous Monk (Hermit) on Dec 20, 2010 at 20:09 UTC | |
by halfcountplus (Hermit) on Dec 20, 2010 at 20:18 UTC |