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