Date: Thu, 12 Aug 1999 10:55:15 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Julian Evans cc: djgpp AT delorie DOT com Subject: Re: can't get c++ files to compile In-Reply-To: <8E1EB0CD8foo@news.island.net> 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 11 Aug 1999, Julian Evans wrote: > C:\mygames>gxx test.cpp -o test.exe > gxx.exe: installation problem, cannot exec `as': No such file or directory > (ENOENT) > > Is there another package i have to get? Or what i am confused... You need to install Binutils (v2gnu/bnu281b.zip). That's where `as', the assembler, lives. This is in the FAQ, btw (see section 6.5 there).