Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2002 10:44:19 -0400
From:      Brad Laue <brad@brad-x.com>
To:        Marc Olzheim <marcolz@stack.nl>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: USE_GCC=3.1 ?
Message-ID:  <20020723104419.4e6286e9.brad@brad-x.com>
In-Reply-To: <20020723143416.GA21979@stack.nl>
References:  <20020721183000.GA89075@stack.nl> <20020722003917.GA32906@stack.nl> <20020723143416.GA21979@stack.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 23 Jul 2002 16:34:16 +0200
Marc Olzheim <marcolz@stack.nl> wrote:

> > > When one has that line in /etc/make.conf, "make install" in any ports
> > > dir breaks. It fails to register properly and bails out with:
> > 
> > Hmmm, I see it's the "make clean" part that goes wrong...
> 
> More specifically: make clean-depends
> 
> It's the fact that gmake depends on gcc31, which depends on gmake, etc.
> 
> Perhaps /usr/share/mk/bsd.port.mk:925 should be deleted ? Isn't there
> any kind of loop detection ?
> 
> Marc

I actually had this discussion a couple of days ago. I was informed that USE_GCC is not to be put in make.conf, nor is any other USE_ statement; apparently these only suit port makefiles.

In order to use GCC 3.1, browse through /usr/ports/Mk and see what the USE_GCC=3.1 declaration causes to be set in the make environment; place those things in make.conf.

Specifically these are:

CC=gcc31
CXX=g++31

-- 
// -- http://www.BRAD-X.com/ -- //

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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