Date: Fri, 23 Nov 2001 09:57:44 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "m.gould1" Message-Id: <9003-Fri23Nov2001095743+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (m DOT gould1 AT ntlworld DOT com) Subject: Re: More probs with DJGPP References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "m.gould1" > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 22 Nov 2001 21:46:44 -0000 > > The problem is that when I get GCC to > compile a C file I get the following error message "gcc.exe: installation > problem, cannot exec `as': No such file or directory (ENOENT)". I have not > come across any reference to `as' until now so I don't have a clue what > needs doing. See section 6.5 of the DJGPP FAQ list: the most probable reason is that you didn't isntall the Binutils package, v2gnu/bnu2112b.zip. `as.exe' is Gas, the GNU Assembler.