On 10/08/12 17:36, Thiago Farina wrote: > OK, after running ./configure I tried the make command again. > > CC credential-store.o > /bin/sh: clang: not found > make: *** [credential-store.o] Error 127 > > $ which clang > /home/tfarina/chromium/src/third_party/llvm-build/Release+Asserts/bin/clang > > $ clang --version > clang version 3.2 (trunk 163674) > Target: x86_64-unknown-linux-gnu > Thread model: posix Looks like something went wrong with "make" setting PATH. I wonder if the "+" sign in your path is somehow messing things up. Are you trying to compile specifically with clang? If not, maybe try unsetting the CC env var, and run configure again? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html