On Sun, 22 Nov 2009, [email protected] wrote: > + Added support for linux/clang. (untested) > (what package has to be installed? I installed llvm yesterday, > but couldn't find clang on Ubuntu)
it's not there afaict. what is there is llvm-gcc-4.2, but the package in 9.10 (curiously it was good in earlier bubuntus, talk about qa) is fubar, you will have to add /usr/lib/llvm/llvm/gcc-4.2/bin to your $PATH (or symlink stuff in there to someplace that is in your path) for it to be able to work. could you also add this (llvm-gcc) target to the mix? for all intents and purposes, it is the very same as the gcc target, except compilers being llvm-gcc and llvm-g++ instead of gcc and g++, respectively. -- [-] mkdir /nonexistent _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
