Date: Mon, 25 Jan 1999 15:21:27 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Rudolf Polzer cc: djgpp AT delorie DOT com Subject: Re: Installing RHIDE In-Reply-To: <789j0l$45r$9@news03.btx.dtag.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Fri, 22 Jan 1999, Rudolf Polzer wrote: > DJGPP is in C:\DJGPP > ALLEGRO is in C:\DJGPP (most of it is stored in C:\DJGPP\ALLEGRO) > RHIDE is in C:\DJGPP > RSXDJ is in C:\DJGPP (most of it is stored in C:\DJGPP\RSXDJNT (or the other > way round???) Are you telling that you have lumped all the files in the same directory C:\DJGPP? If so, it will never work for you: DJGPP zip files need to be unzipped while preserving the directory structure recorded inside them. For example, all the .exe programs should be in C:\DJGPP\BIN, all the header files should be in C:\DJGPP\INCLUDE and C:\DJGPP\LANG\CXX, etc. You need to unzip with "PKUNZIP -d" to get it to preserve directory structure. This is explained in the file README.1ST, btw.