X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Mon, 17 Nov 2003 20:48:52 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <7704-Mon17Nov2003204851+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (cmad_x AT yahoo DOT com) Subject: Re: Can't delete executables made by DJGPP References: <9787-Sun16Nov2003225129+0200-eliz AT elta DOT co DOT il> 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: cmad_x AT yahoo DOT com (Chris Mantoulidis) > Newsgroups: comp.os.msdos.djgpp > Date: 16 Nov 2003 22:07:22 -0800 > > > > > > gxx foo.cc -o foo.exe > > > > Try using `gpp' instead of `gxx'. > > oh thanks it worked ;) any idea why? (the faq says "use gxx for c++ > programs") Probably because your gxx is compiled with the version of the DJGPP library that doesn't yet have special tricks to work around XP's bugs. gpp is newer, so it does have them.