Displaying 3 results from an estimated 3 matches for "a9ec85be".
2008 Aug 25
1
[LLVMdev] Installation problem
...em should
not occur with packaged software.
Gr.
Matthijs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080825/a9ec85be/attachment.sig>
2008 Aug 25
0
[LLVMdev] Installation problem
Hi,
It looks like the permissions aren't set for read access for non-root users. The command for fixing that is "chmod". If you look up chmod in the man pages of the Ubuntu help files it should give instructions on how to use it.
I hope this helps,
--Sam
--- On Mon, 8/25/08, August Karlstrom <fusionfile at comhem.se> wrote:
> From: August Karlstrom <fusionfile at
2008 Aug 25
3
[LLVMdev] Installation problem
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: