Date: Mon, 10 Feb 1997 13:15:09 +0200 (IST) From: Eli Zaretskii To: Michael Zowacki cc: djgpp AT delorie DOT com Subject: Re: Stupid Error Buggen me! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 9 Feb 1997, Michael Zowacki wrote: > Everytime i try to compile it in rhide and at the dos prompt i get something > to the effect of "Installation problem, cannot exec 'as':No such file or > directory (ENOENT)" You probably didn't install GNU Binutils, which include as.exe (the assembler) and ld.exe (the linker). GCC cannot compile/link without these utilities. Please note that the file `readme.1st' available where you get DJGPP lists bnu27b.zip as one of the required packages. If you do have as.exe in your bin subdirectory, please use the RHIDE bug-submit facility to create a bug report and post it here.