Date: Thu, 27 Aug 1998 14:52:14 +0300 (IDT) From: Eli Zaretskii To: Scott Daddy-o cc: djgpp AT delorie DOT com Subject: Re: Installation error when compiling In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 26 Aug 1998, Scott Daddy-o wrote: > I'm new to DJGPP and C++ in general (I'm taking CSE200 at ASU and they > reccommend this program as some great freeware.) But when I try to compile > a simple program (copied directly from my textbook) I get the error > "gcc.exe" installation problem, cannot exec 'as': No such file or directory > (ENOENT)" and then it returns me to the c:\DJGPP prompt. You should look into the DJGPP FAQ list whenever you have problems, even before you serach the news group. The FAQ is available in several formats in the archive v2/faq210b.zip from the same place you get DJGPP. This problem is covered in section 6.4 in the FAQ. (The fastest way of finding references to problems is to look them up in the two large indices at the end of the FAQ.) The most probable cause of your problem is that you didn't install the GNU Binutils package, v2gnu/bnu281b.zip. `as' is the assembler that is part of Binutils.