in reply to including perl dynamically into C
You need to read up on dlopen() (assuming that your system uses dlopen() for this - such as linux or solaris), and of course read the perlembed document.
You can find out what link options to use by running
Having said all that - is there any reason why you can't just link everything together?perl -MExtUtils::Embed -e ldopts
Michael
|
|---|