From owner-freebsd-questions@FreeBSD.ORG Wed Oct 22 20:36:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 437991065670 for ; Wed, 22 Oct 2008 20:36:00 +0000 (UTC) (envelope-from fbsd06+26=a56e0640@mlists.homeunix.com) Received: from mxout-08.mxes.net (mxout-08.mxes.net [216.86.168.183]) by mx1.freebsd.org (Postfix) with ESMTP id 1ADFC8FC0C for ; Wed, 22 Oct 2008 20:36:00 +0000 (UTC) (envelope-from fbsd06+26=a56e0640@mlists.homeunix.com) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id DF77BD051E for ; Wed, 22 Oct 2008 16:35:58 -0400 (EDT) Date: Wed, 22 Oct 2008 21:35:56 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20081022213556.4b5c9fa8@gumby.homeunix.com> In-Reply-To: <48FF338D.3050809@netmediaservices.net> References: <48FF338D.3050809@netmediaservices.net> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: GCC help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2008 20:36:00 -0000 On Wed, 22 Oct 2008 10:07:09 -0400 Victor Farah wrote: > I was wondering how I would update gcc to version 4.2? > I'm not sure I can just do a portupgrade gcc ?? If you install a later version of gcc it won't automatically get used because the port will use the base-system version. I've seen this warning previously and it's never caused a noticeable problem for me. If it were serious, I imagine the maintainer would have configured it to use a minimum gcc port version. If it bothers you, the most sensible thing would be to upgrade to 7.1 when it's released