X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Fri, 04 Jan 2002 10:54:48 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Paul Herndon Message-Id: <1190-Fri04Jan2002105448+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <4.1.20020103161130.00b754b0@odd.qualcomm.com> (message from Paul Herndon on Thu, 03 Jan 2002 16:24:23 -0800) Subject: Re: need help with DJGPP References: <4 DOT 1 DOT 20020103161130 DOT 00b754b0 AT odd DOT qualcomm DOT com> 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: Thu, 03 Jan 2002 16:24:23 -0800 > From: Paul Herndon > > I just downloaded all of the components of DJGPP today and when I attempt to > compile a simple C source code file, I get the following text string and no > output file: > > "abnormal program termination" [...] > Here is what GCC printed during compilation with the vswitch: > > C:\DJGPP\my_srce_cd>gcc -v hello.c > cvv version 2_4_5 There's your problem, right here: see that "cvv version 2_4_5" message? It means that you have some incompatible cpp.exe somewhere along the PATH, which gets invoked instead of the preprocessor supplied with DJGPP.