Date: Sat, 30 Sep 2000 20:49:46 +0200 From: "Eli Zaretskii" Sender: halo1 AT inter DOT net DOT il To: glharding AT global DOT co DOT za Message-Id: <3405-Sat30Sep2000204946+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5h CC: djgpp AT delorie DOT com In-reply-to: <002401c02acf$f60fc780$3185ef9b@greg> (message from Gregory Harding on Sat, 30 Sep 2000 13:17:02 +0200) Subject: Re: C++ setup problems References: <002401c02acf$f60fc780$3185ef9b AT greg> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sat, 30 Sep 2000 13:17:02 +0200 > From: Gregory Harding > > PATH OF "cc1.exe" AND "cpp.exe" : D:\djgpp\lib\gcc-lib\djgpp\2.95\ > PATH OF "cc1plus.exe" : D:\djgpp\lib\gcc-lib\djgpp\2.952\ > > FULL OUTPUT WITH -V SWITCH WHEN TRYING TO COMPILE "test.cc": > > Reading specs from d:/djgpp/lib/gcc-lib/djgpp/2.95/specs > gcc version 2.95 19990728 (release) You are obviously mixing parts of two different compiler releases: one is v2.95, the other v2.95.2. I suggest to remove the v2.95 files and install gcc2952b.zip. (The DJGPP FAQ list explains in section 4.7 how to uninstall a package.)