Date: Sun, 12 Oct 1997 18:22:47 -0700 (PDT) Message-Id: <199710130122.SAA19949@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Karin Ernhill , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: eror Cc: Daniel DOT Ernhill AT usa DOT net Precedence: bulk At 04:23 10/12/1997 +0200, Karin Ernhill wrote: >when I tryes to compilate with djgpp all i get is a lite erorr thats sayes >( in rhide (I also get >this erorr when i do it with out rhide )). > >Compiling: e:/src/test.c (file name) >installation problem, cannot exec `as': No such file or directory (ENOENT) >There were some errors > >What does i means and how do I "kill it" . You do not have `as', which is the assembler. You need to get the binutils package (bnu*b.zip from where you got DJGPP). Also make sure you have all the other files that README.1ST says you need. Nate Eldredge eldredge AT ap DOT net