Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <200402181421.i1IEKowo038000@smtp1.adl2.internode.on.net> From: "Gareth Pearce" To: "=?iso-8859-1?Q?'Mikael_=C5sberg'?=" , Subject: RE: Built GCC 3.3.3 on Cygwin, should I use it? Date: Thu, 19 Feb 2004 01:20:48 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" In-Reply-To: X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i1IEMFoY018228 > > I've tried to rebuild a number of programs I have written using GCC 3.3.3 > and > every single one of them seem to work as they should. Many of them are > Win32 > GUI programs (written in C++), some are programs using posix functions. > > So my question is: What problems can I expect if continue to use GCC > 3.3.3? Other then dealing with non-standard install locations (probably leading to the c++ issue you had), and probably missing cygwin-specific features there shouldn’t be any 'problems'. An example of something likely to be missing is -mno-cygwin. > Should I go back to GCC 3.3.1 or is it fine to continue to use the later > version? Any other drawbacks of this upgrade? Any benefits? If someone > would > shed some light on this I would be grateful. Given you have installed in a separate location it is not like you have any problems here, you can use the installed gcc 3.3.1 when you need it - and your own built 3.3.3 when you need that. You haven’t 'upgraded' as such just installed a newer version as well. But given that you don’t know why you've installed it, perhaps you just shouldn’t bother with it. 3.3.3 is mostly a bug fix release relative to 3.3.1 - go visit gcc.gnu.org to find out what bug fixes have occurred. Now if you haven’t experienced the bugs, then there is probably no point for you to have a custom build and you should just wait for whenever the cygwin gcc maintainer updates the cygwin gcc distribution. However if a bit of research finds that 3.3.3 has something you want then by all means, use it - we're not going to stop you. ... Well okay, I'm not going to stop you. Gareth -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/