From: mert0407 AT sable DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: Need Help! (Apology for not sending sys info! ) Date: 13 Oct 1997 19:19:08 GMT Organization: Oxford University, England Lines: 40 Message-ID: <61ts7c$oq4$4@news.ox.ac.uk> References: <3441C38A DOT 3B79 AT swbell DOT net> NNTP-Posting-Host: sable.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Sun, 12 Oct 1997 23:48:25 -0700 in comp.os.msdos.djgpp quintero AT swbell DOT net wrote: : Content-Type: text/plain; charset=us-ascii; name="ENVIRON.LST" : Content-Transfer-Encoding: 7bit : Content-Disposition: inline; filename="ENVIRON.LST" : PATH=e:\DJ\BIN;C:\DOS;C:\;D:\COM;D:\BAT;D:\;E:\PK;E:\PKLITE;E:\ARJ;E:\;C:\PCCI5; : DJGPP=e:/djgpp/djgpp.env That doesn't match up; your PATH suggests that djgpp is installed in the e:\dj directory, while the DJGPP environment variable points to the e:\djgpp directory. : --------------6A88588B2E2C : Content-Type: text/plain; charset=us-ascii; name="AUTOEXEC.BAT" : Content-Transfer-Encoding: 7bit : Content-Disposition: inline; filename="AUTOEXEC.BAT" : set djgpptmp=e: : set djgpprun=e: : set DJGPP=%djgpprun%\DJ\DJGPP.ENV : set PATH=%djgpprun%\DJ\BIN;%PATH% : call setdjgpp %djgpprun%\djgpp %djgpprun%/djgpp ... and there's the reason. First you're setting your PATH and DJGPP variables to use e:\dj, and then you're calling setdjgpp to use e:\djgpp. The call to setdjgpp is redundant, since all it does is set your DJGPP variable (it used to do a bit more...). So, remove that line (`call setdjgpp...'), and try again. The RHIDE bug report fits in with the above diagnosis. -- George Foot Merton College, Oxford