Date: Sun, 1 Jun 1997 15:57:54 +0300 (IDT) From: Eli Zaretskii To: "Eric L. Jennings" cc: djgpp AT delorie DOT com Subject: Re: DJGPP Can't find header files. In-Reply-To: <3390fbf0.44100331@news.navicom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 1 Jun 1997, Eric L. Jennings wrote: > Location of DJGPP.ENV = C:\DJGPP\DJGPP.ENV > DJDIR environment variable not found. > Guessing location of DGJPP files = C:\DJGPP\bin/ > > Examining configuration...done. > > PATH environment variable: Correct > DJGPP environment variable: Incorrect setting > Location of DJGPP.ENV: c:/djgpp/DJGPP.ENV I suspect some kind of LFN-related snafu (LFN = Long File Names). Please try the following and post the results to the news group: 1) set LFN=y from the DOS prompt, then run the compilation and see if it works. 2) set djgpp=c:/djgpp/djgpp.env from the DOS prompt, then run the compilation. Note: type this in lower case, it's important. 3) type "dir c:\djgpp > djgpp.lst", hit [Enter], then post here the contents of the file djgpp.lst. If neither 1) nor 2) above works, reinstall DJGPP, this time using PKUNZIP or UNZIP386.EXE from DJGPP archives, not WinZip, and see if that makes any difference.