Subject: | broken in >= 5.10 |
1) Incorrect check for the Fcntl exported constants.
Change the two lines of
$SYSOPEN_MODE |= &{ $Fcntl::{'O_NONBLOCK'} }
to
$SYSOPEN_MODE |= O_NONBLOCK
2) Delete the two ._ files from the distro, resp. use
make dist for making distros.
Please see http://cygwin.com/ml/cygwin/2009-07/msg00883.html
--
Reini Urban