Mail Archives: djgpp/1997/05/29/04:22:17
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").
- Raw text -