From: "Tony O'Bryan" Newsgroups: comp.os.msdos.djgpp Subject: Re: compiler can't find stdio.h Date: Thu, 20 Nov 1997 10:23:50 -0600 Organization: Southwest Missouri State University Lines: 13 Message-ID: <34746416.77B3@nic.smsu.edu> References: <01BCF44A DOT 3ED90AE0 AT gp-18 DOT budget DOT net> Reply-To: aho450s AT nic DOT smsu DOT edu NNTP-Posting-Host: sara.a38.smsu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Guy Giesbrecht wrote: > > Hi Nate, > Thanks for the reply. > I've read README.1st up and down. Here's my autoexec.bat file: > @ECHO OFF > SET BLASTER=A220 I5 D1 T4 > SET PATH=C:\JAVA\BIN;C:\djgpp\bin;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\Perl\bin; > djgpp=c:\djgpp\djgpp.env The above line may be your problem. You didn't use SET to set your DJGPP environment variable. DJGPP won't know where to look for anything.