Date: Tue, 26 Aug 1997 10:32:09 +0300 (IDT) From: Eli Zaretskii To: "Michael N. Kondaurov" cc: djgpp AT delorie DOT com Subject: Re: djgpp gcc.exe cannot exec `as' In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 26 Aug 1997, Michael N. Kondaurov wrote: > gcc.exe: installation problem,cannot exec `as': No such file or directory > (ENOENT) > > I searched in FAQ's, but find only the same question without answer. Huh? Doesn't the following excerpt from the FAQ answer this question? ... Also check that the named directory has all the required programs: `cpp.exe', `cc1.exe', `cc1plus.exe', `cxxfilt.exe', `gasp.exe', `as.exe', `ld.exe', and (for Objective-C) `cc1obj.exe.' A typical case is when people fail to install the Binutils package, e.g. ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/bnu27b.zip and GCC cannot find `as.exe' (the assembler) and `ld.exe' (the linker). When you see several questions and a single answer, it means that all of the questions are answered together. (People might have different ways to ask the same questions, and a certain problem can manifest itself in several different ways.)