Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2017 22:11:34 -0500
From:      Mark Linimon <linimon@lonesome.com>
To:        Robert Parkhurst <raparkhurst@digitalsynapse.io>
Cc:        FreeBSD-sparc64 <freebsd-sparc64@freebsd.org>
Subject:   Re: Xorg question on FreeBSD 11.1
Message-ID:  <20170911031134.GA29922@lonesome.com>
In-Reply-To: <1505093988.4543.7.camel@digitalsynapse.io>
References:  <1504912654.4543.5.camel@digitalsynapse.io> <20170909171502.GA22562@lonesome.com> <1CD52BED-3135-4ED0-A73F-500B1B133B05@digitalsynapse.io> <20170910175811.GA27418@lonesome.com> <1505093988.4543.7.camel@digitalsynapse.io>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 10, 2017 at 08:39:48PM -0500, Robert Parkhurst wrote:
> The fresh install comes with 4.2.1 I believe?

In the base system, yes.  That's the latest that can be included there
for licensing reasons.

> Do I need 4.9 or is 4.2.1 okay?

You will need 4.9 from ports to be able to compile most ports.  But you
will need to disable the default which has moved past 4.9.

In Mk/bsd.defaults.mk, use the following change:

  GCC_DEFAULT?=  4.9

(Sorry, I cannot paste the correct patch from here.)

The last time I tried to compile 4.9 I had no problem.  You can find
out what your current default is with gcc --version.  It should say
4.2.1.

If you get stuck, I can show you how to download the gcc4.9 package.

mcl



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