From: "Michael Stewart" Newsgroups: comp.os.msdos.djgpp References: <8gt2ap$80v$1 AT pinah DOT connect DOT com DOT au> Subject: Re: help Lines: 28 X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-Original-NNTP-Posting-Host: 212.49.228.226 Message-ID: <3932b571@news.server.worldonline.co.uk> Date: Mon, 29 May 2000 19:24:52 +0100 NNTP-Posting-Host: 212.49.224.15 X-Trace: server12-lon1.london1.l3.net 959624564 212.49.224.15 (Mon, 29 May 2000 19:22:44 BST) NNTP-Posting-Date: Mon, 29 May 2000 19:22:44 BST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Sam wrote in message news:8gt2ap$80v$1 AT pinah DOT connect DOT com DOT au... > I am wanting to start using allegro with rhide. I ahve followed all of the > instructions on numerous web sites on how to install and use both rhide and > allegro but when I run rhide (I am using windows nt, and have changed the > pat name in my computer to c:\djgpp\djgpp.env - working off of the c drive) > i get the error: > Error in DJGPP instalation > Environment variable DJGPP is not defined You haven't read the readme.1st file. To quote: 3. After unzipping all the zip files, set the DJGPP environment variable to point to the file DJGPP.ENV in the main DJGPP installation directory and add its BIN subdirectory to your PATH. Assuming your DJGPP installation is rooted at C:\DJGPP, put these two lines into your autoexec.bat file: set DJGPP=C:\DJGPP\DJGPP.ENV set PATH=C:\DJGPP\BIN;%PATH% Mike