GCC upgrade

Helge Rohde heroh at gmx.de
Fri Nov 24 08:58:46 PST 2006


On Friday 24 November 2006 16:40, Mark wrote:
> > -----Original Message-----
> > From: Kris Kennaway [mailto:kris at obsecurity.org]
> > Sent: vrijdag 24 november 2006 17:11
> > To: Mark
> > Cc: freebsd-questions at freebsd.org
> > Subject: Re: GCC upgrade
> >
> > > I tested the new gcc, btw (compiled MySQL server with
> > > it, which takes quite a while). Seems to work fine.
> > > But I'm not enough of a C expert to know precisely how
> > > to do a safe upgrade of this kind.
> >
> > If you're not an expert then just leave it alone.  Replacing
> > the system compiler might sound like a cool thing to do, but
> > what will actually happen is that you'll make your FreeBSD
> > system unbuildable.
>
> Guess I hadn't thought about it that way. Good thinking.
> It's just that 2.95.4 seems so ancient. :)
>
> Only reason I wanted to in the first place, is that I've had several
> ports that wanted a 3.x series gcc (and kept wanting to build one).
>
> Thanks,

You could leave the default in place, define a different gcc for the ports 
in /etc/make.conf and then just add to the list of excludes every time you 
run into problems while building a port.
Thats what i do, and so far roughly 80% of the ports seem quite content with 
gcc4.2 
If that sounds cool to you, checkout this sample make.conf out of some german 
Howto. You wont need knowledge of german, Its self explaining enough.
http://wiki.bsdforen.de/index.php/Make.conf_optimieren#.2Fetc.2Fmake.conf

have fun,
Helge


More information about the freebsd-questions mailing list