Skip to content
Prev 9209 / 398502 Next

rcmd build

On Thu, 25 Jan 2001, Thomas Stockton wrote:

            
This is a Perl bug on Windows 2000.  Replace

       unless (-d $TMPDIR);

by

       unless (-e $tmpdir);

and the same in check.  Strangely, the very same Perl code works in about
check and about 10 other places and fails in just this one, and it only
fails on Windows 2000, not NT4 nor 98.

Sorry, but if perfectly correct Perl fails on your OS, you are in trouble
and we can't anticipate it.

John Fox, who reported this earlier, confirmed that the above workaround
worked for him.