Date: Wed, 4 Sep 1996 09:04:47 +0200 (IST) From: Eli Zaretskii To: Vincenzo Morello Cc: djgpp AT delorie DOT com Subject: Re: RHIDE without g++ ? In-Reply-To: <322D3129.1192@mbox.vol.it> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 4 Sep 1996, Vincenzo Morello wrote: > Is it possible to compile C programs within a RHIDE project > without C++ installed ? > I get the error message: > gcc.exe: installation problem, cannot exec 'cc1plus': No such file... RHIDE is NOT a compiler, like the Borland's IDE. RHIDE calls gcc to compile your programs; so if you want to develop C++ programs, you will have to install GNU C++ compiler and libraries.