Date: Wed, 1 Jul 1998 11:30:47 +0300 (IDT) From: Eli Zaretskii To: Rylan cc: djgpp AT delorie DOT com Subject: Re: DJGPP in Unix In-Reply-To: <6nbel4$89o@news1.saix.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 30 Jun 1998, Rylan wrote: > Sorry, I know this is a DOS group but where can I get a faq / information > for installing DJGPP (i. e. gcc) on a Unix system and where can I find the > Unix version of gcc. 1) Install the gzip program, or find a machine where gzip is already installed. (Linux machines always have it.) 2) Download the file gcc-2.8.1.tar.gz from ftp.gnu.org, in the pub/gnu directory. 3) Unpack the gcc distribution: gzip -d -c gcc-2.8.1.tar.gz | tar xfv - 4) Read the file INSTALL in the directory gcc-2.8.1 which is created when you unpack. (The file is quite large, but *do* read it in its entirety, or you will be sorry later!) 5) Do as that file tells you to.