X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: jimm Newsgroups: comp.os.msdos.djgpp Subject: Re: change in djgpp c++ compiler Date: Sun, 27 Nov 2011 23:30:38 -0800 (PST) Organization: http://groups.google.com Lines: 38 Message-ID: References: <4ED1ECA1 DOT 1090302 AT iki DOT fi> <0066c45a-2bf1-46cf-b936-cabeb7c7c39f AT 20g2000prp DOT googlegroups DOT com> NNTP-Posting-Host: 24.22.56.37 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1322465438 8695 127.0.0.1 (28 Nov 2011 07:30:38 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 28 Nov 2011 07:30:38 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: v31g2000prg.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: 2469 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id pAS7j4VR021156 Reply-To: djgpp AT delorie DOT com On Nov 27, 10:54 pm, jimm wrote: > On Nov 26, 11:54 pm, Andris Pavenis wrote: > > > > > > > > > > > On 11/27/2011 05:31 AM, jimm wrote: > > > > 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? > > > You do not need to use gxx.exe at all. > > > Use gpp.exe provided with gpp462b.zip instead. > > > I hope gpp462b.zip is installed, otherwise with gxx.exe one > > could really get internal compiler errors when trying to > > compile C++ code due to missing cc1plus.exe > > > Andris > > > PS. I would suggest to remove gxx.exe completely from djdev as we do > >      not need it any more > > gpp.exe is not in that zip file. I extracted it using zip picker and > unzip32 -uoL *,zip > and I had c and C++ selected (actually everything). > the C++ compiler is entirely broken.  or missing. nope, the missing gpp was my fault, re-downloaded the stuff from the zip picker and re-extracted and all is fine. gpp and the C++ libraries are there now.