From owner-freebsd-questions@FreeBSD.ORG Sat Sep 2 17:35:41 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 E565E16A4DE for ; Sat, 2 Sep 2006 17:35:41 +0000 (UTC) (envelope-from g.one@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id C10DE43D6D for ; Sat, 2 Sep 2006 17:35:37 +0000 (GMT) (envelope-from g.one@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/8.12.11/smtpout06/MantshX 4.0) with ESMTP id k82HZbE2008279 for ; Sat, 2 Sep 2006 10:35:37 -0700 (PDT) Received: from [192.168.2.3] (cpe-065-191-021-225.nc.res.rr.com [65.191.21.225]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id k82HZWTZ026773 for ; Sat, 2 Sep 2006 10:35:34 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) To: freebsd-questions@freebsd.org Message-Id: <99255A32-3CF5-4F32-A8C6-19994816721F@mac.com> From: g Date: Sat, 2 Sep 2006 13:35:31 -0400 X-Mailer: Apple Mail (2.752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Newbie: compiled and installed gcc-4.2 but ... 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: Sat, 02 Sep 2006 17:35:42 -0000 i compiled and installed gcc-4.2 using the instruction on the FreeBSD web site. thanks to kris, who directed me to /usr/ports/lang/ gcc ... and pointed out there was something unusually wrong with what i had done before. how do i use that version? when i do gcc -v, i get gcc version 3.4.4 [FreeBSD] 20050518 i would like to replace this version with the gcc-4.2, or at least use the 4.2 version on occasion. thank everyone, g.