X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: kgangakhedkar AT softhome DOT net (Kunal Gangakhedkar) Newsgroups: comp.os.msdos.djgpp Subject: Re: The Problem Date: 24 Mar 2002 06:14:49 -0800 Organization: http://groups.google.com/ Lines: 30 Message-ID: <9b84a27b.0203240614.52401be9@posting.google.com> References: <119612630 DOT 20020323175353 AT irs DOT ru> NNTP-Posting-Host: 203.199.166.52 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1016979289 28184 127.0.0.1 (24 Mar 2002 14:14:49 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 24 Mar 2002 14:14:49 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Well, I've also been facing the same problem : RHIDE says DJDIR not properly set in djgpp.env. But all the other utils work exceptionally fine from command line. So, my conclusion was that the problem has to be with RHIDE and nothing was wrong with DJGPP.env. > I have the problem with setting up enviroment variable :( I have set > the following strings in my autoexec.bat & autoexec.nt files > > SET DJGPP=D:\Djggp\djgpp.env > SET PATH=D:\Djggp\BIN;%PATH% > > This doesn't work. When starting Rhide I receive the message that the > enviroment variable DJDIR has not been set (or not correct). Trying to > compile a program I receive the message: > > Bad command or file name > no errors > > The system is Windows XP. > I'm running it on Win2k. So, is there any particular thing I've missed out on??? Kunal Gangakhedkar (kgangakhedkar AT softhome DOT net) PS : My suggestion is try it out from command line first. If it works, there is something wrong with RHIDE and not DJGPP.env.