Message-ID: <37B99E3B.21B2DB9F@softhome.net> Date: Tue, 17 Aug 1999 19:39:07 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: lt,en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: newbie to djgpp References: <37B908B8 DOT 5E78F2F2 AT froggernet DOT com> Content-Type: text/plain; charset=iso-8859-4 Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com "J. D. Kent" wrote: > > Sorry if this question has been asked before, I'm new to this list. > > I am receiving an error message when I try to compile a c++ file. The > message reads: > gxx.exe installation problem, cannot exec 'cc1plus' no such file or > directory (ENOENT) > > I searched the manifest listings and found the file in > lib/gcc-lib/djgpp/2.95/cc1plus.exe > so I know it's there. > > Here is a list of the files I installed: > gcc281b.zip > gpp295b.zip Here should be the source of problem - you mixed versions of C and C++ compilers. GCC 2.8.1 from the first zip cannot find that file from GCC 2.95 distribution. Solution - replace gcc281b.zip by gcc295b.zip. Bye. Laurynas Biveinis