[LLVMdev] Installation problem
August Karlstrom
fusionfile at comhem.se
Mon Aug 25 05:02:40 PDT 2008
Hi,
This question should probably be sent to a LLVM Users list... if there
was such a list. Anyway, I have installed llvm and llvm-cfe through
Synaptic in Ubuntu but when I try to compile a test program it fails:
$ cat test.c
#include<stdio.h>
int main(void)
{
puts("test");
return 0;
}
$ llvmc test.c
exec: 14: /usr/lib/llvm/llvmc: Permission denied
$ llvmgcc test.c
exec: 10: /usr/lib/llvm/llvm-gcc4/bin/gcc: not found
Any clues?
Regards,
August
More information about the llvm-dev
mailing list