<font face="courier new,monospace">After a lot of fighting... I've made some progress on my battle<br>of using PAR to package my app on various OSs.<br><br>[I've gotten something built on Solaris and now I just have to find out<br>
how to make a proper pkgadd package out of it.]<br><br>But my question of the day is really the MS Windows / Cygwin environment.<br>I hope you (or anyone else) can help...<br><br><br>When I run my Cygwin/PAR application under a DOS shell<br>
(with PATH also pointing to c:\cygwin\bin) it now actually<br>starts my app, but it immediately dies with:<br><br>Can't locate File/Temp.pm in @INC ...<br><br>Is it because of slash versus backslash?<br>Is it because @INC contains entries like /usr/lib/perl5...<br>
Is it because the @INC entries are rooted at '/' and Windows<br> doesn't understand that and Cygwin modules aren't kicking in?<br><br>Any clues?<br><br>Fulko<br><br>PS: For those not privy to my earlier background discussions:<br>
<br>- I can't use Strawberry Perl because some of the modules I need<br> don't work under it, only works under Cygwin Perl.<br><br>- I'm trying to make a single executable for distribution<br> (that's what PAR is for)<br>
<br>- It needs to be invokable from DOS (srvany) and not from within<br> CYGWIN's terminal window<br></font>