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

-- 
Ubuntu-motu mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu

Reply via email to