[Cialug] Switching to clang 3.4 on PCBSD

Nicolai nicolai-cialug at chocolatine.org
Tue Jul 29 14:50:49 CDT 2014


On Tue, Jul 29, 2014 at 01:26:16PM -0500, Brian Wood wrote:
> cc -v
> says it is clang 3.3.  I'm new to BSD and am wondering
> how to go about getting to clang 3.4.

Assuming the PC-BSD ports system works like FreeBSD's, you should be
able to 

cd /usr/ports/devel/llvm34
make install clean

to install clang 3.4.  I assume there's also a binary package available.

Does 3.4 have a feature you desperately need?  IMO it's best to go with
the system default version for compilers because that's what's well
tested.

As an aside, llvm/clang is a great project!

Nicolai


More information about the Cialug mailing list