On 9 Apr 2004 at 21:13, Jouke Visser wrote: > Since PDKcompile was written for the Win32 version of PerlApp, and I > changed as little code as possible, it might only work for Windows. > However, if you run into problems running it on other platforms, please > tell me, I will try to modify it so it works in all situations.
It will only work for Windows as it is, since it has "use Win32::Service" and associated service start/stop code in it. I can't seem to connect to Jenda's site right now. What's the connection between services and compiling? > > One known issue: you can compile PARcompile itself with PARcompile, but > you can't transform other scripts into executables with the compiled > version, when the other scripts need modules not used by PARcompile. > This is only logical since the Perl interpreter used by the PARcompile > executable doesn't know about modules installed in pp's Perl > environment...(for those who are still with me...) If you compile PARcompile with "--dependant" it will use the installed interpreter the same as pp, and would know how to find other modules :) Alan Stewart
