Tue Apr 26 03:34:12 2011: Request 67746 was acted upon. Transaction: Correspondence added by y...@pereslavl.ru Queue: PAR-Packer Subject: Re: [rt.cpan.org #67746] Resolved: About 67311 bug Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: y...@pereslavl.ru Status: resolved Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=67746 >
[Roderich Schupp via RT 26.04.2011 10:25] [[rt.cpan.org #67746] Resolved: About 67311 bug] RSvR> <URL: https://rt.cpan.org/Ticket/Display.html?id=67746 > RSvR> According to our records, your request has been resolved. If you have any RSvR> further questions or concerns, please respond to this message. Sorry for creating new bug. It was my first experience and I failed to add a comment to the opened one. Now about the problem. I do the following: - download and unpack PAR-Packer-1.009.tar.gz - download and apply 67311-band-aid.patch - perl Makefile.PL, dmake, dmake install - pp hello.pl -o hello.exe If I do the last command when compiler directory (C:\MinGW\bin) is in the PATH it works OK. If I do it without that directory in the PATH I get an error message. The message is in Russian (I have Russian Windows interface), but it has the same sense as the one described in the https://rt.cpan.org/Public/Bug/Display.html?id=67311 If I create hello.exe it works OK while compiler directory remains in PATH. But if I remove it from PATH I get the same message. So it seems that the suggested patch does not solve the problem. This is a real problem because the program I develop in perl has to be used on computers where there are no perl and no C.