llvm-cfe, installation bug?

Karl Landström karl.landstrom at comhem.se
Mon Aug 25 14:38:30 BST 2008


Hi,

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 Ubuntu-motu mailing list