Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Oct 1999 11:46:17 -0500
From:      Dan Nelson <dnelson@emsphone.com>
To:        TrouBle <trouble@hackfurby.com>
Cc:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: removing GCC
Message-ID:  <19991009114617.A14201@dan.emsphone.com>
In-Reply-To: <37FEDCF7.59450877@hackfurby.com>
References:  <37FEDCF7.59450877@hackfurby.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Oct 09), TrouBle said:
> Okay guys heres one for ya.....
> 
> 3.3-RELEASE comes stock with gcc 2.7.2.3
> 
> yet in the ports tree there is gcc 2.9.5  ( egcs based ) and i know
> 4.0-RELEASE is also EGCS based
> 
> how do i replace the gcc 2.7.2.3 with the newer 2.9.5 and not have it
> clobbered by a build world, and use it as my default compiler ??

Install ports/devel/egcs, and stick /usr/local/bin in your path before
/usr/bin.  Then anything running "gcc" will find gcc 2.9.5, and kernel
builds and buildworlds will still use the 2.7.2 that they expect.

-- 
	Dan Nelson
	dnelson@emsphone.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991009114617.A14201>