From owner-freebsd-questions@FreeBSD.ORG Mon Apr 10 15:41:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 072BD16A400 for ; Mon, 10 Apr 2006 15:41:14 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1833543D49 for ; Mon, 10 Apr 2006 15:41:12 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so660282wxc for ; Mon, 10 Apr 2006 08:41:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rmHfW1Mwxuyfd3NzpjGf4WqUE2SkxRfgF6lSHElH8g9HTCt3lWvsyoGFhfFPeiMLt0T9NLFp7VtgsgW4hbJtRcwCcGVuAElOHX74OaMU2Q6uTp/fw3bxwrEN8TQzkODLf/QdXjx0wwok31auHMP07NeroYTl5b5KLI4uGzdtGGk= Received: by 10.70.71.13 with SMTP id t13mr4151950wxa; Mon, 10 Apr 2006 08:41:12 -0700 (PDT) Received: by 10.70.75.7 with HTTP; Mon, 10 Apr 2006 08:41:12 -0700 (PDT) Message-ID: <80f4f2b20604100841m53c07a42i210cc234516f02c0@mail.gmail.com> Date: Mon, 10 Apr 2006 11:41:12 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org In-Reply-To: <20060410153505.GA50261@owl.midgard.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <80f4f2b20604100743t7d64053en84728f5c7e10f627@mail.gmail.com> <20060410145051.GA49978@owl.midgard.homeip.net> <80f4f2b20604100801j72e547e4k4b40883a331be422@mail.gmail.com> <20060410153505.GA50261@owl.midgard.homeip.net> Subject: Re: newbie question on upgrading GCC 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: Mon, 10 Apr 2006 15:41:14 -0000 > > When it comes to changing the default compiler a good rule of thumb is > that if you need to ask how to do it, then you should not do it. > That seems to be a general *nix world rule of thumb for just about everythi= ng...