From: jiva*@humboldt1.com (jiva) Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP environment variable not set (please help) Date: Fri, 14 Jul 2000 18:55:26 GMT Organization: Unclear on the concept Lines: 15 Message-ID: <396f60d1.14651064@news.humboldt1.com> References: <7%Hb5.10620$EQ3 DOT 343182 AT news-east DOT usenetserver DOT com> X-Complaints-To: newsabuse AT supernews DOT com X-Newsreader: Forte Free Agent 1.2/32.242 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Fri, 14 Jul 2000 13:21:59 -0400, "widomaker" wrote: >Hello and please help, > >I am a newbie trying to teach my self c/c++ on djgpp last night I downloaded >it and unziped it to c:\djgpp. Everything looks good but when I run RHIDE >and write the beginers program "hello world!" and compile it I get a error >stating the djgpp environment variable not set anyone that can tell me how >to set it please, your help is appreciated. > There's info in the readme files ... SET DJGPP="path to djgpp"DJGPP.ENV in your autoexec.bat file. Also info that the path to djgpp should be added to the PATH variable.