Hi,
I'm trying to compile a simple test program but it won't work. Any clues?
$ cat test.c
#include<stdio.h>
int main(void)
{
printf("Hello World\n");
return 0;
}
$ llvmc test.c
exec: 14: /usr/lib/llvm/llvmc: Permission denied
I installed llvm-cfe through Synaptic in Ubuntu 8.04.
Regards,
August