X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <4ED1ECA1.1090302@iki.fi> Date: Sun, 27 Nov 2011 09:54:09 +0200 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0 MIME-Version: 1.0 To: djgpp AT delorie DOT com CC: jimm Subject: Re: change in djgpp c++ compiler References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com 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