From owner-freebsd-current Wed Feb 6 23:12: 5 2002 Delivered-To: freebsd-current@freebsd.org Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id A723137B41E; Wed, 6 Feb 2002 23:12:01 -0800 (PST) Received: from iclub.nsu.ru ([193.124.215.97] ident=root) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 16Yiij-0001rD-00; Thu, 07 Feb 2002 13:11:49 +0600 Received: (from fjoe@localhost) by iclub.nsu.ru (8.11.6/8.11.6) id g177Bir87955; Thu, 7 Feb 2002 13:11:44 +0600 (NS) (envelope-from fjoe) Date: Thu, 7 Feb 2002 13:11:44 +0600 From: Max Khon To: Joe Kelsey Cc: obrien@freebsd.org, current@freebsd.org Subject: Re: gcc3.x issues Message-ID: <20020207131144.A87654@iclub.nsu.ru> References: <20020206160611.B181@dragon.nuxi.com> <200202070053.g170rjQ19592@aldan.algebra.com> <20020206170904.C181@dragon.nuxi.com> <15457.55061.55399.596297@zircon.zircon.seattle.wa.us> <20020206172554.A1999@dragon.nuxi.com> <15457.56475.172650.789685@zircon.zircon.seattle.wa.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15457.56475.172650.789685@zircon.zircon.seattle.wa.us>; from joe@zircon.seattle.wa.us on Wed, Feb 06, 2002 at 05:47:07PM -0800 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, there! On Wed, Feb 06, 2002 at 05:47:07PM -0800, Joe Kelsey wrote: > So what? Just because it wasn't part of 4.2 BSD, does that mean that we > should never support it? > > > 2. What is so hard with installing the port. No one has answered *THAT* > > question yet. > > Ports are installed in /usr/local. gcc is installed in /usr. Either > provide a way to install *all* of gcc as part of the system, or provide > a *suppported* way to *replace* it with a port. I do not want to have > two versions of gcc fighting for disk space and confusing users over > PATH issues. please calm down. seems that you have never installed gcc from ports. gcc 2.95 from ports is installed as gcc295/g++295 and correctly gets its bits from /usr/local/lib/gcc-lib/xxx, gcc 3.0x from ports is named gcc30/g++30 and so on. There is no PATH issue. Switching between compilers is as easy as setting correct CC/CXX environment/Makefile variables. argument about disk space sounds a bit funny these days. /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message