X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: cmad_x AT yahoo DOT com (Chris Mantoulidis) Newsgroups: comp.os.msdos.djgpp Subject: Re: Can't delete executables made by DJGPP Date: 16 Nov 2003 22:07:22 -0800 Organization: http://groups.google.com Lines: 23 Message-ID: References: <9787-Sun16Nov2003225129+0200-eliz AT elta DOT co DOT il> NNTP-Posting-Host: 212.205.250.224 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1069049243 28370 127.0.0.1 (17 Nov 2003 06:07:23 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 17 Nov 2003 06:07:23 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:<9787-Sun16Nov2003225129+0200-eliz AT elta DOT co DOT il>... > > From: cmad_x AT yahoo DOT com (Chris Mantoulidis) > > Newsgroups: comp.os.msdos.djgpp > > Date: 16 Nov 2003 11:32:24 -0800 > > > > i use this command to make the executables (c++): > > > > 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") hmm... i get another warning, and i still get it (i forgot to say about it above): "this file includes at least one deprecated or antiqued header. Please consider using one the 32 headers found in the section 17.4.1.2 section of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use ...." (some arguments) y does the above mean? only header i used was ............