[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building fun again
From: |
Dr. James R. Pannozzi D.O.M. LAc. |
Subject: |
Re: Building fun again |
Date: |
Sun, 1 Apr 2012 21:19:48 +0000 |
2012/4/1 David Chisnall <theraven@sucs.org>
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++.
On Sun, Apr 1, 2012 at 9:03 PM, Dr. James R. Pannozzi D.O.M. LAc.
<jimserac@gmail.com> wrote:
Aaaaaaaaargh !!! That's right, it is CSH, I'm used to dealing with bash.
I can probably change that and make life easier.
Thanks!
CJ