Gcc question

Steve Kargl sgk at troutmask.apl.washington.edu
Mon Jan 11 23:15:32 UTC 2010


On Mon, Jan 11, 2010 at 02:35:49PM -0800, Phillip Kinsley wrote:
> I'm having problems with gcc4.2.1 and would like to use gcc4.4. I
> install gcc4.4 and binutils via ports. Now how do get gcc4.4 to be my
> default compiler?
> 

Add

setenv CC /usr/local/bin/gcc44
alias cc /usr/local/bin/gcc44

to your .cshrc file.

-- 
Steve


More information about the freebsd-current mailing list