Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2009 12:14:05 +0200
From:      Polytropon <freebsd@edvax.de>
To:        Mark <admin@asarian-host.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: gcc 2.95 -> 4.4
Message-ID:  <20090402121405.70355c4b.freebsd@edvax.de>
In-Reply-To: <200904021001.n329aG0C025600@asarian-host.net>
References:  <200904021001.n329aG0C025600@asarian-host.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 02 Apr 2009 10:01:00 GMT, Mark <admin@asarian-host.net> wrote:
> I also set things like this in the Makefile:
> 
> $(GCC) = /usr/local/bin/gcc44
> 
> But that doesn't seem to help.

Should be, according to syntax:

	GCC=/usr/local/bin/gcc44

or

	CC=/usr/local/bin/gcc44

As far as I understood, CC is the variable used by the
port's make subsystem.



Maybe it's possible to install the port "over" the system's
compiler by defining a prefix other than /usr/local, but I
don't know if this is recommended.


-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



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