[MSCHWERN - Sat Dec 21 21:32:35 2002]:
Show quoted text> The fix doesn't work on Windows, which defeats the purpose.
>
> "C:\foo\bar\bin\perl" works fine from command.com and cmd.exe, but
not
Show quoted text> inside nmake for some reason. `"$program" ...` is also causing
> trouble.
>
> We tried, but I'm going to have to declare this bug as not being
worth
Show quoted text> the trouble.
It does worth the trouble IMHO. Microsoft guidelines for installing
programs explicitely state that programs should be installed
under "c:\Program Files". For myself, this "bug" prevented me to
redistribute Perl as part of a free software project. I need to stick
to ActiveState PerlApp compiler and redistribute scripts compiled
as .exe files rather than embbed a full Perl distribution. With the
drawback that users can't upgrade their scripts by themselves.
On the other hand, I have thought a little bit about the problem and
it does not seem easy to fix, because of the syntax involved.
Fabrice Popineau