Date: Sun, 23 Sep 2001 08:09:37 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: b279 cc: djgpp AT delorie DOT com Subject: Re: Help me setup jdgpp thingy. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 22 Sep 2001, b279 wrote: > I used unzip32 and extracted all the files I think I needed. I was prompted > to overwrite two files, but I don't that has anything to do with this. I > set up my autoexec file to reflect what was in the reamdme file. I added > those two lines. Anyway, I want to be able to compile programs with Rhide. > In the allegro/demo folder is demo.c and I'd like to compile it to see what > it is, but the editor comes back with 2 errors saying that it isn't > installed right, and the variables aren't set up. What is it talking about, > and how do I fix it. Try this: - open a DOS box. - type "set PATH=C:\DJGPP\BIN;%PATH%" (without the quotes) and hit [Enter]. - type "set DJGPP=C:\DJGPP\DJGPP.ENV" (without the quotes) and hit [Enter]. - start RHIDE from the DOS box by typing "rhide [Enter]". - try to compile a simple hello world program and see if it works. The above assumes that you unzipped DJGPP in the directory C:\DJGPP. If that is not true, change the above file names as appropriate. There should be a file called README.1ST where you unzipped the files, which has some moe installation and initial usage information. It's a plain text file, so you can read it with Notepad or something.