2012/4/1 David Chisnall <[email protected]> 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. < [email protected]> 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 > > > >
_______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
