Date: Sat, 07 Oct 2000 21:51:55 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: ratamahatta AT free DOT fr Message-Id: <1438-Sat07Oct2000215154+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h CC: djgpp AT delorie DOT com In-reply-to: (ratamahatta@free.fr) Subject: Re: Problems with some headers References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Ingelrest Franois" > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 07 Oct 2000 19:05:51 GMT > > I just installed DJGPP, and I get an error with dos.h > Gcc find some headers like stdio.h, stdlib.h... but it can't find headers > like dos.h or conio.h! I'm guessing that you have some other compiler installed, and your environment variables somehow force DJGPP to look in a wrong directory. If you cannot figure this out, add -v to the compilation switches, the compiler will then show you where it looks for include files.