Another reason may be mount type inconsistent with GHC-4.03 text stuff format. This is famous text vs binary problem. GHC-4.03 text stuff is in "Microsoft" text mode, i.e. each line ends with the sequence <CR><LF> character sequence that differs from Unix text mode files, containing lines that end with <LF> only. I guess, you should check do not have binary mounts at all, and your CYGWIN variable shouldn't have "binmode" option (in general, in cygnus.bat file). However, I prefer to work in bynary mounts mode (my mounts are binary and CYGWIN contains binmode option). So, I transform relevant text stuff into Unix format and have no problems! :) Regards, Michael
Re: Help with GHC on win nt, doesnt do anything??
Michael V. Nikolaev Mon, 23 Aug 1999 17:59:56 +0200 (MET DST)
- Help with GHC on win nt, doesnt do anything?? Ronald J. Legere
- Re: Help with GHC on win nt, doesnt do a... Michael V. Nikolaev
- RE: Help with GHC on win nt, doesnt do a... Michael V. Nikolaev
- RE: Help with GHC on win nt, doesnt do a... Sigbjorn Finne (Intl Vendor)
