Date: Wed, 5 May 1999 09:49:41 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Erez Doron cc: djgpp AT delorie DOT com Subject: Re: help:djgpp cross, cant use c++ In-Reply-To: <372F15AA.83616A04@savan.com> 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 Tue, 4 May 1999, Erez Doron wrote: > now if i try to compile a c++ file (i.e. file that ends with a .cpp) > i get: > dos-gcc: installation problem, cannot exec `cc1plus': No such file or > directory You didn't compile the cc1plus compiler for C++ programs. I never used djcrx distribution myself, so I wouldn't know the exact recipe, but you need to examine the Makefile to find out why didn't it build the C++ compiler. Perhaps there's some additional target in the Makefile which does that. Or maybe you should chdir to the subdirectory where cc1plus sources are (I think it's called `cp' or something) and say "make" there.