From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 14:41:17 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 8390416A4E1 for ; Mon, 10 Jul 2006 14:41:17 +0000 (UTC) (envelope-from bloodofanubis@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17F5543D49 for ; Mon, 10 Jul 2006 14:41:16 +0000 (GMT) (envelope-from bloodofanubis@gmail.com) Received: by wr-out-0506.google.com with SMTP id i28so1791088wra for ; Mon, 10 Jul 2006 07:41:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=nbrAxtjG0FXeJlR/hdEJQKZI0CfI5L7CVRHQR+/7HL8tZVtEzT8YKt04G1oveG2nqLj7wGnRsHf6wTSy45J8zk1I3G5W80yB5fFxunpZKD9y3mdsAOd/SnBasfq/vJgYXI8N76NDSZUW/3PDLg6b6nxKZeDL/7fpK3cfaMX8dAY= Received: by 10.54.101.14 with SMTP id y14mr5129692wrb; Mon, 10 Jul 2006 07:41:16 -0700 (PDT) Received: from ?192.168.0.5? ( [72.155.252.108]) by mx.gmail.com with ESMTP id 7sm2072871wrh.2006.07.10.07.41.14; Mon, 10 Jul 2006 07:41:14 -0700 (PDT) From: Jacob Jennings To: freebsd-questions@freebsd.org Date: Mon, 10 Jul 2006 09:53:13 -0500 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607100953.14028.bloodofanubis@gmail.com> Subject: Upgrading Included 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 Jul 2006 14:41:17 -0000 Hello, I am on FreeBSD 5.5-STABLE and was wondering if there is a way to replace the system's GCC, shipped with 5.5, (GCC 3.4.2) to GCC 4.1 without upgrading the whole source tree to another release? Is there a way to do this that will not include much risk of breaking my system? Thanks.