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

Reply via email to