From: Aldo Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP compiler error Date: 15 Aug 1997 16:04:05 -0700 Organization: None Lines: 17 Message-ID: <5t2n95$dfc@drn.zippo.com> References: <33F4BDDA DOT BBE80CFE AT c-zone DOT net> NNTP-Posting-Host: 194.184.85.218 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In article <33F4BDDA DOT BBE80CFE AT c-zone DOT net>, Tim says... > >Hi, I am having trouble, and your FAQ and help files arent seeming to >help at all. It says that it cannot detect any of my .h files, in this >case stdio.h, but they are right there in the Include folder! My DJGPP >is in C:\DJGPP, and stdio.h is in C:\DJGPP\Include\stdio.h, but it still >cannot detect it, why? > >Tim Thompson >C programmer dude 1) Ensure that the file djgpp.env is pointing to the right paths. 2) Set the DJGPP environement variable to the right location of djgpp.env. - set DJGPP=c:\path\djgpp.env Hope this helps, Aldo.