X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: jimm Newsgroups: comp.os.msdos.djgpp Subject: change in djgpp c++ compiler Date: Sat, 26 Nov 2011 19:31:00 -0800 (PST) Organization: http://groups.google.com Lines: 16 Message-ID: NNTP-Posting-Host: 24.22.56.37 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1322364661 10268 127.0.0.1 (27 Nov 2011 03:31:01 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 27 Nov 2011 03:31:01 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: c16g2000pre.googlegroups.com; posting-host=24.22.56.37; posting-account=05hOMwoAAAB6R8xtiQKzEljSMzgOhVF1 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20100101 Firefox/8.0,gzip(gfe) Bytes: 1801 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com since I downloaded 4.6.2, I have noticed that there is a gxx.exe instead of gpp.exe to compile c++ programs, but apparently I am supposed to be using gcc.exe? is this correct? this breaks my build system. I don't mind rewriting my build system (not a problem), I just need to know about these kinds of changes to the command-line usage. so exactly what is it supposed to be now, if it does not match http://www.delorie.com/djgpp/doc/ug/compiling/gcc.html ? I don't know of anyone who uses a capital C for a c++ file. it usually either cxx, cpp, hxx, or hpp or .h or cc for c++ files, and for C it is .c and .h. that's the way it's always been. If the compiler does not recognize those, we are in big trouble.