Date: Tue, 11 May 1999 09:11:11 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Tokihiro Funakoshi cc: djgpp AT delorie DOT com Subject: Re: #include problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 10 May 1999, Tokihiro Funakoshi wrote: > Everytime I type in > :>gcc -o file.exe file.c > I get a message: > file.c:n: file.h: No such file or directory From the DOS prompt type the following command: set > environ.dat then post here the contents of the file environ.dat created by this command. Also, post the contents of your CONFIG.SYS and AUTOEXEC.BAT files. In addition, add "-v" to the compilation command line, redirect compiler's stderr stream to a file and post here the contents of that file. The above information will certainly allow us to find the cause of your problems. This procedure is outlined in the FAQ, btw.