From: jaster32 AT hotmail DOT com (Jaster) Newsgroups: comp.os.msdos.djgpp Subject: Re: problem using DJGPP Date: Sat, 20 Dec 1997 05:02:37 GMT Organization: NssM Software Lines: 22 Message-ID: <349b5115.20881432@news.earthlink.net> References: <349B5DFB DOT 7A6A AT chaffee DOT net> NNTP-Posting-Host: 207.217.143.66 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Fri, 19 Dec 1997 21:56:11 -0800, Bryan Hurley wrote: >I have recently downloaded DJGPP but cannot make it work. I have put the >lines Set DJGPP = C:\djgpp\djgpp.env and set path =C:\djgpp\bin; in my >autoexec.bat file as stated in the FAQ but whenever I try to compile a >program I get an error saying it cannot find stdio.h. I know stdio.h is >in the DJGPP directory. Why can't the compiler find it? Can anyone help >me? I had hoped this compiler could help me learn to program in C. >Thanks in advance for any help you can give. > >B.Hurley If you are using RHIDE.. you need to set the path to your include files. Go under "options" then "Directories" then "Include" you need to set the path to C:\djgpp\include\ (assuming you installed to the c:\djgpp directory) Jaster...