From owner-freebsd-questions Wed Nov 5 22:40:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA22741 for questions-outgoing; Wed, 5 Nov 1997 22:40:48 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA22736 for ; Wed, 5 Nov 1997 22:40:44 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id RAA08498; Thu, 6 Nov 1997 17:10:35 +1030 (CST) Message-ID: <19971106171035.29626@lemis.com> Date: Thu, 6 Nov 1997 17:10:35 +1030 From: Greg Lehey To: Doug Lo Cc: John-David Childs , freebsd-questions@FreeBSD.ORG Subject: Re: Does port has gcc compiler? References: <34613C2E.93AB92F1@ms11.hinet.net> <19971105222653.03055@denver.net> <346160AF.AF1CC421@ms11.hinet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <346160AF.AF1CC421@ms11.hinet.net>; from Doug Lo on Thu, Nov 06, 1997 at 02:16:15PM +0800 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Nov 06, 1997 at 02:16:15PM +0800, Doug Lo wrote: >> On Thursday November 6, 1997, Doug Lo >> had this to say about "Does port has gcc compiler?": >> >>> Hi, >>> >>> I've been looking for lastest gcc compiler, I'm using gcc 2.7 and I want >>> to >>> upgrade it. But I can't find the port for gcc, would anyone tell me >>> where >>> I can get lastest gcc version, thanks. >>> >> >> Doug White and others have posted that gcc is tightly integrated with each >> version of FreeBSD, and thus it's not a good idea to upgrade gcc without >> upgrading the version of FreeBSD. I have on occaision been able to >> upgrade gcc as long as the header files and binaries go in /usr/local/* > > John, > > Last month I upgraded FreeBSD from 2.2.2-R to 2.2.5-R. > According your message, seems like FreeBSD doesn't support this port yet. > So I have to download gcc from prep.ai.mit.edu and compile it by myself, > right? Wrong. What they're trying to explain to you is that (g)cc is part of the system. You have it already, it's just called cc, not gcc. Greg