How can I switch compiler from clang to gcc46?

Chris Rees crees at FreeBSD.org
Sat Mar 16 16:35:58 UTC 2013


On 16 March 2013 16:33, Beeblebrox <zaphod at berentweb.com> wrote:
> Neither works, both give same fail:
> make -USE_GCC=any
> make -DUSE_GCC=any

Don't use -D; Make options are not the same as cc.

Try:

make USE_GCC=any

Chris


More information about the freebsd-ports mailing list