Date: Thu, 17 Sep 1998 11:40:27 +0300 (IDT) From: Eli Zaretskii To: Frits van Bommel cc: djgpp AT delorie DOT com Subject: Re: gcc trouble In-Reply-To: <6tq7ik$82i$1@reader1.wxs.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 17 Sep 1998, Frits van Bommel wrote: > gcc.exe: installation problem, cannot exec `cc1plus': No such file or > directory (ENOENT) > > What to do about this? If you need to compile C++ programs, you need to download and install v2gnu/gpp281b.zip. cc1plus.exe, the C++ compiler, comes with that archive, and evidently it is not installed on your machine. The DJGPP FAQ list (v2/faq211b.zip from the same place you get DJGPP) explains in section 4.5 which files you need to download depending on what you intend to do with DJGPP.