This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Bash operator << broken in 17.1


The bash operator << is broken in GNU-WIN32 17.1 under Windows NT 4.0.
For example, try this:

cat >test << XYZ
> 1
> 2
> XYZ

You get an error like

bash.exe: 410230543 File or directory not found

And no file 'test' is written.  Because of this problem, it is not
possible to run the 'configure' script for 'less.'  It is miserable
to have a development environment without less.

Fortunately, the binary image of less for Windows 95 and NT can
be downloaded from the less home page

http://www.fog.net/glorianu/less/

And it works OK on NT with bash (but you must have your command window
buffer setup with the same size buffer as display or you will have
trouble...this is a known problem with less for Windows).
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]