![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re^3: perl_free problemby zentara (Archbishop) |
on Mar 14, 2007 at 14:04 UTC ( #604814=note: print w/replies, xml ) | Need Help?? |
2. I don't understand what it means, because I use cl compiler.
cc -o perl-interp perl-interp.c `perl -MExtUtils::Embed -e ccopts -e ldopts`
The command-line arguments (as you call them ) are actually backticks and expand out into the needed includes and libs needed by your Perl version. On linux/unix style systems, it is done all the time, look at gtk's pkg-config system. Anyways, on my system, the bacticks expand out to As you can see, using the backticks, is far easier than manually trying to find all those system-specific file locations. And sorry, I don't use windows, so I'm as lost as you as far as win32 goes. I'm not really a human, but I play one on earth. Cogito ergo sum a bum
In Section
Seekers of Perl Wisdom
|
|