Date: Mon, 21 Dec 1998 10:07:56 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: PhrExor cc: djgpp AT delorie DOT com Subject: Re: DJGPP Compiler Error In-Reply-To: <19981220212804.08009.00001873@ng120.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On 21 Dec 1998, PhrExor wrote: > Hello, I have been programming in C for about 3 months and I recently installed > DJGPP. When I try to compile even the smallest problem I get this error: > installation problem, cannot exec `as': No such file or directory > > I have read the faq, and the readme file as well as every other text I could > find on DJGPP and I just cant seem to get any anwsers. How come you haven't find section 6.5 in the FAQ? It begins with this: 6.5 Why does GCC say "cannot exec `as'"? ======================================== **Q*: When I try compiling a program, GCC aborts saying "Installation problem, cannot exec `as': No such file or directory (ENOENT)". What does that mean?*