Date: Fri, 15 Jun 2001 10:48:39 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: chrisw AT wam DOT umd DOT edu Message-Id: <6137-Fri15Jun2001104839+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <000201c0f512$e5313e40$5a3e0281@umd.edu> (chrisw@wam.umd.edu) Subject: Re: Link errors with Debug switch on References: <000201c0f512$e5313e40$5a3e0281 AT umd DOT edu> 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 > From: "Chris Wilkinson" > Date: Thu, 14 Jun 2001 16:45:05 -0400 > > How do you deduce that I have 2.02 installed. Because of this: > c:/djgpp/lib/gcc-lib/djgpp/2.953/cpp0.exe -lang-c -v -D__GNUC__=2 -D__GNUC_M > INOR__=95 -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=2 -D__unix__ > -D__i386__ -D__GO32__ -D__MSDOS__ -D__DJGPP__=2 -D__DJGPP_MINOR__=2 -D__unix > -D__i386 -D__GO32 -D__MSDOS -D__DJGPP=2 -D__DJGPP_MINOR=2 -g -Wall See the -D__DJGPP_MINOR=2 part? It says that your DJGPP minor version number is 2, i.e. you have v2.02 installed. Or so GCC thinks--this might as well be the symptom of the problem. Do you still see the same -D__DJGPP_MINOR=2 now that GCC picks up the right specs file?