Date: Mon, 21 Feb 2000 09:38:39 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: redh0tchilipeprs AT juno DOT com cc: djgpp AT delorie DOT com Subject: Re: Little Problem In-Reply-To: <20000220.180929.-3659777.0.redh0tchilipeprs@juno.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 20 Feb 2000 redh0tchilipeprs AT juno DOT com wrote: > I downloaded all of the files, edited my autoexec.bat file, and now i'm > lost. The .env file comes up as a printmaster works envelope file. I cant > find an execute file. I've got 50MB of uselessness. GCC is a command-line compiler. You need to fire up a DOS box and type the commands to compile from there, using some text editor to edit your sources. README.1ST has a section named "Getting Started" which explains how to compile and shows some examples of compilation commands. Alternatively, download RHIDE and use menus to compile, then RHIDE will run the compiler for you.