Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2013 06:53:12 -0700 (PDT)
From:      Beeblebrox <zaphod@berentweb.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: How can I switch compiler from clang to gcc46?
Message-ID:  <1363441992379-5796052.post@n5.nabble.com>
In-Reply-To: <51447394.30907@infracaninophile.co.uk>
References:  <1363438889978-5796040.post@n5.nabble.com> <51447394.30907@infracaninophile.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
I changed env as proposed, to full path (path is correct, btw)
CC=/usr/local/bin/gcc46
CXX=/usr/local/bin/g++46
CPP=/usr/local/bin/cpp46
I also placed same in the Makefile of 3rd party source.

> you need to .. persuade your Makefile to run a different compiler.
That's exactly what I want to do, but I'm not getting there.
Any other ideas? Should I start tearing down $PATH?



--
View this message in context: http://freebsd.1045724.n5.nabble.com/How-can-I-switch-compiler-from-clang-to-gcc46-tp5796040p5796052.html
Sent from the freebsd-ports mailing list archive at Nabble.com.



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