From owner-freebsd-questions Sat Feb 3 00:33:38 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA09268 for questions-outgoing; Sat, 3 Feb 1996 00:33:38 -0800 (PST) Received: from oznet02.ozemail.com.au (oznet02.ozemail.com.au [203.2.192.124]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA09256 for ; Sat, 3 Feb 1996 00:33:33 -0800 (PST) Received: from rlyon.mynet.au (slmel1p27.ozemail.com.au [203.2.195.43]) by oznet02.ozemail.com.au (8.7.1/8.6.12) with SMTP id TAA17455; Sat, 3 Feb 1996 19:32:33 +1100 (EST) Date: Sat, 3 Feb 1996 19:27:27 +1100 (EST) From: Richard Lyon To: Wes Peters cc: Angel Ortiz , questions@freebsd.org Subject: Re: Where Can I find a X debugger for g++ In-Reply-To: <199602020242.SAA23965@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk On Thu, 1 Feb 1996, Wes Peters wrote: > GCC 2.7.2 and libg++ 2.7.1 are available, but unless you need one of > the new features, I can't recommend changing right now. The major > difference between 2.6, which FreeBSD 2.1 comes with, and 2.7 is > support for exceptions, which is still pretty experimental. > gcc 2.6.3 has some interesting c++ bugs which I have not been able to work around. The worst problem relates to initialisation of static members. There are other annoying behaviours like incorrect scope resolution. gcc2.7.x does not appear to have these bugs (GM, its that sta comms server). I think it is better to stay with 2.6.3 unless you find you have good c++ code which just won't compile. Regards ...