Hey The test to check if the OS is cygwin in rc1 won't work because: "uname -s" gives "CYGWIN_NT-5.0". It may be different on NT4, XP and 2003. "uname -o" gives Cygwin. Other unixen don't seem to have -o. Maybe you could just use a grep, like in my patch. Cheers Gautam