From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 01:37:26 2005 Return-Path: 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 F2DD616A4CE for ; Sat, 1 Jan 2005 01:37:25 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9062443D31 for ; Sat, 1 Jan 2005 01:37:25 +0000 (GMT) (envelope-from rsh.lists@comcast.net) Received: from [192.168.1.11] (tardiss.ne.client2.attbi.com[66.30.82.93]) by comcast.net (sccrmhc13) with ESMTP id <2005010101372401600ptlvhe>; Sat, 1 Jan 2005 01:37:24 +0000 Message-ID: <41D5FEB9.2020306@comcast.net> Date: Fri, 31 Dec 2004 20:36:57 -0500 From: Sean User-Agent: Mozilla Thunderbird 1.0 (X11/20041231) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, "Michael C. Shultz" References: <200412311611.02070.reso3w83@verizon.net> <41D5EDB6.3030400@comcast.net> <200412311702.06581.reso3w83@verizon.net> In-Reply-To: <200412311702.06581.reso3w83@verizon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Passing options to a 'make install clean' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 01:37:26 -0000 Michael C. Shultz wrote: >>------------------------------------------------------ >> >>Thanks Mike. >>I just put this amd64 system together this week after my old Intel >>died. The speed is impressive but I did not think there would be so >>many minor jabs getting things up again. > > > I never install anything that causes gcc to be rebuilt, if something > needs that it stays off my machines! Are you running an old FreeBSD > version by any chance? If so maybe you would be better off > going to FreeBSD 5-Stable which has a nice up to date gcc as part of the > base system. > > Here is from the gcc that is part of the base system on my FreeBSD 5.3 > machine: > > root@ringworm:/home/mike/TEMP/bin#gcc -v > Using built-in specs. > Configured with: FreeBSD/i386 system compiler > Thread model: posix > gcc version 3.4.2 [FreeBSD] 20040728 > root@ringworm:/home/mike/TEMP/bin# > > -Mike > > > Actually I am running 5.3 Release. tardis# gcc -v Using built-in specs. Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 It is probably due to the amd64 platform. Sean