Date: Mon, 8 Nov 1999 18:26:24 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Ryan cc: djgpp AT delorie DOT com Subject: Re: gcc In-Reply-To: <1420473806.942018311@DHCPP9809.resnet.oberlin.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 7 Nov 1999, Ryan wrote: > >gcc -c testc.c > gcc.exe: installation problem, cannot exec `as': No such file or directory > (ENOENT) > > what does this mean? What do I need to do? This is in the FAQ (section 6.5): you probably didn't install the Binutils package, which is where as.exe, the assembler, is contained.