Date: Sun, 3 Mar 1996 09:42:04 +0200 (IST) From: Eli Zaretskii To: djgpp-announce AT delorie DOT com Subject: Bug in DJGPP under Windows 95 with workaround Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII People who use DJGPP under Win95, please note that there is currently a bug in the startup code of DJGPP programs which effectively ignores the LFN=n setting on DJGPP.ENV file. This can cause problems with a few programs that depend on the filenames longer than 8+3 to be truncated by the operating system. Two cases in point are Info.exe (which searches for `filename.info') and gcc (when you #include a header like ). Until this bug is corrected, to work around it, you will need to set LFN=n from your autoexec.bat or from the DOS command line.