Date: Mon, 18 May 1998 11:49:37 +0300 (IDT) From: Eli Zaretskii To: "Chad B. Stone" cc: djgpp AT delorie DOT com Subject: Re: Help! In-Reply-To: <355FB5A2.8D2AACFE@conterra.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 18 May 1998, Chad B. Stone wrote: > C:\DJGPP\bin>gcc gael.c -o gael.exe -lm > gael.c:26: stdio.h: No such file or directory (ENOENT) > gael.c:27: errno.h: No such file or directory (ENOENT) > gael.c:28: string.h: No such file or directory (ENOENT) > gael.c:29 math.h: No such file or directory (ENOENT) > gael.c:30: time.h: No such file or directory (ENOENT) > > All of these (stdio.h, etc.) are in my include folder. What is going > on!!! The most probable cause is that you haven't set the DJGPP variable correctly in the environment. See the file v2/readme.1st and section 8.1 of the DJGPP FAQ list (v2/faq210b.zip), both available from the same place you get DJGPP.