[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building fun again
From: |
David Chisnall |
Subject: |
Re: Building fun again |
Date: |
Sun, 1 Apr 2012 21:57:06 +0100 |
On 1 Apr 2012, at 21:55, Dr. James R. Pannozzi D.O.M. LAc. wrote:
> Well on my PC-BSD 9.1 (new installer) I do have clang 3.0 installed
>
> FreeBSD clang version 3.0 (tags/RELEASE_30/final 145349) 20111210
> Target: i386-unknown-freebsd9.0
> Thread model: posix
>
> but...the following error on CC=clang CXX=clang++ make
> CC=clang: command not found
This sounds like you are using a C shell...
> Would the following change be OK:
> export CC=clang export CXX=clang++ mae
You can probably do make CC=clang CXX=clang++.
David