Re: Updating GCC

2007-03-23 Thread RW
On Thu, 22 Mar 2007 14:18:03 -0700 (PDT) [EMAIL PROTECTED] wrote: On Thu, 22 Mar 2007, White Hat wrote: --- Chuck Swiger [EMAIL PROTECTED] wrote: On Mar 22, 2007, at 12:34 PM, White Hat wrote: Add: CC?= /usr/local/bin/gcc CXX?=/usr/local/bin/g++ ...to /etc/make.conf.

Updating GCC

2007-03-22 Thread White Hat
FreeBSD-6.2 The installed version is gcc-3.4.6, while the ports have version 4.3.0 available. If I install the newer version will it replace the older version? If not and I don't think it will, how do I force the use of the newer version of Gcc when making a port? I tried Googling for this but

Re: Updating GCC

2007-03-22 Thread Chuck Swiger
On Mar 22, 2007, at 11:55 AM, White Hat wrote: The installed version is gcc-3.4.6, while the ports have version 4.3.0 available. If I install the newer version will it replace the older version? Nope. If not and I don't think it will, how do I force the use of the newer version of Gcc when

Re: Updating GCC

2007-03-22 Thread Dan Nelson
In the last episode (Mar 22), White Hat said: FreeBSD-6.2 The installed version is gcc-3.4.6, while the ports have version 4.3.0 available. If I install the newer version will it replace the older version? If not and I don't think it will, how do I force the use of the newer version of Gcc

Re: Updating GCC

2007-03-22 Thread White Hat
--- Chuck Swiger [EMAIL PROTECTED] wrote: On Mar 22, 2007, at 12:34 PM, White Hat wrote: Add: CC?= /usr/local/bin/gcc CXX?= /usr/local/bin/g++ ...to /etc/make.conf. You might also find looking at /usr/ports/Mk/ bsd.gcc.mk to be informative... Thanks! One other

Re: Updating GCC

2007-03-22 Thread youshi10
On Thu, 22 Mar 2007, White Hat wrote: --- Chuck Swiger [EMAIL PROTECTED] wrote: On Mar 22, 2007, at 12:34 PM, White Hat wrote: Add: CC?=/usr/local/bin/gcc CXX?= /usr/local/bin/g++ ...to /etc/make.conf. You might also find looking at /usr/ports/Mk/ bsd.gcc.mk to be informative...