Date: Thu, 29 May 1997 11:20:03 +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: <338cdd44.3628540@news.navicom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 29 May 1997, Eric L. Jennings wrote: > stdio.h: No such file or directory. (ENOENT) Please redirect the errors to a file, add -v to gcc command line and post everything that gets printed to that logfile. > set DJGPP=C:\DJGPP\DJGPP.ENV > set PATH=C:\DJGPP\BIN;%PATH% Please verify these settings work by typing "set [Enter]" from the command line in the same DOS box that you run gcc. > And what does ENOENT mean anyway? It's a mnemonic for the value of errno that is returned when a file is not found (thus "No such file or directory").