Displaying 2 results from an estimated 2 matches for "traveling08".
Did you mean:
traveling
2012 Jul 09
1
Build failure xorg-drivers with Clang
Greetings
I am trying to build a 9.0 Stable system and am getting this error when
building xorg meta port. I have clang set up as follows
make.conf
cat /etc/make.conf
CC=clang
CXX=clang++
CPP=clang-cpp
# added by use.perl 2012-07-09 07:23:29
PERL_VERSION=5.16.0
src.conf
CC=clang
CXX=clang++
CPP=clang-cpp
uname -a
FreeBSD pita9bsd.shasta204.local 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun
Jul 8
2013 Jan 01
2
src.conf question
Greetings
I will be upgrading my main desktop system from 8-stable to 9-stable
this week and am quite confused with regards to Clang vs GCC. I have
complete backups and will be doing a complete re-install.
I have seen several different examples of what to put
into /etc/src.conf and /etc/make.conf and am not sure if it is safe or
even advisable to make the move to Clang for source and ports.
Can