FYI, Danny fixed this but with a different patch.
Earnie.
Igor Pechtchanski wrote:
Hi,
The winsup cvs HEAD doesn't build. The error is in winsup/mingw/crt1.c --
gcc chokes on _onexit_t. Further investigation identified the culprit:
http://www.cygwin.com/ml/cygwin-cvs/2002-q4/msg00056.html , in
Hi,
The winsup cvs HEAD doesn't build. The error is in winsup/mingw/crt1.c --
gcc chokes on _onexit_t. Further investigation identified the culprit:
http://www.cygwin.com/ml/cygwin-cvs/2002-q4/msg00056.html , in particular,
the following change:
crt1.c: Don't include fcntrl.h, stdlib.h.
_
Steve,
First off, this patch does fix the large paste problem. Thanks for this!
However, there are a couple of problems with this patch. For example,
this makes bash run from a command prompt (or a shortcut) treat every
character as a ^D. Bash run from an xterm/rxvt works fine. /bin/sh
ignore