search for: fusionfile

Displaying 2 results from an estimated 2 matches for "fusionfile".

2008 Aug 25
0
[LLVMdev] Installation problem
...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 comhem.se> > Subject: [LLVMdev] Installation problem > To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Date: Monday, August 25, 2008, 7:02 AM > Hi, > > This question should pro...
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: