From: George Foot Newsgroups: comp.os.msdos.djgpp Subject: Re: REQ: Djgpp can't find my include directory Date: 21 Jan 1998 04:19:03 GMT Organization: Oxford University, England Lines: 27 Message-ID: <6a3svn$71n$1@news.ox.ac.uk> References: <34C001DB DOT B6A2C137 AT javanet DOT com> NNTP-Posting-Host: sable.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Fri, 16 Jan 1998 19:57:00 -0500 in comp.os.msdos.djgpp opaque wrote: : I recently installed Djgpp, and extracted everything correctly, and : made the exact same changes to my autoexec.bat as the readme file said : to. The only problem is that, when I go to compile a program, it : returns an error message that "stdio.h" isn't a valid file or : directory. Now I went and looked, and the stdio.h file is right where : its supposed to be...in the include subdirectory. : If someone could tell me what I need to change...it would be greatly : appreciated. Make sure you really did make the correct changes. You should post here your autoexec.bat file, along with the output of the `set' command at a DOS prompt, the contents of the `djgpp.env' file which should be in your djgpp directory, and the output of `gcc' when compiling your file with the `-v' option; do something like this: redir -o output.txt -eo gcc -v -c foo.c and post output.txt. If you supply the above information, you're much more likely to get a useful reply. -- george DOT foot AT merton DOT oxford DOT ac DOT uk