From: "Mark Panther" Newsgroups: comp.os.msdos.djgpp Subject: Re: Installing DJGPP Date: 17 Oct 1997 10:09:12 GMT Organization: Alphalink Australia Lines: 20 Message-ID: <01bcd9ef$c2d3c1c0$LocalHost@markpant> References: <199710112351 DOT QAA25340 AT adit DOT ap DOT net> NNTP-Posting-Host: ppp28-2-3.alphalink.com.au To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Nate Eldredge wrote in article <199710112351 DOT QAA25340 AT adit DOT ap DOT net>... > At 12:03 10/10/1997 -0700, Isaac Yates wrote: > >I downloaded djgpp about a week ago and installed it on my system. > >However, it had problems finding the .h files when I tried to compile > >sample code. I did not set the files to the djgpp directory, but made a > >directory called langdev. Is that one reason why I had trouble setting > >up?? > You mean that you unzipped everything in a directory called "c:\langdev"? In > that case, you need to have these lines in AUTOEXEC.BAT: > SET DJGPP=c:/langdev ^^^^^^^ I think you'll need SET DJGPP=c:\langdev\DJGPP.ENV DJGPP.ENV is the file that contains all the refrences to the libraries and headers that the compiler uses.