Results 1 to 3 of 3
Hello, I am new to Linux and i'm trying to get Anjuta to run a extremely simple c program I wrote. It compiles but when i try to run the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-25-2008 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 1
Anjuta Won't Execute Programs
Hello, I am new to Linux and i'm trying to get Anjuta to run a extremely simple c program I wrote. It compiles but when i try to run the program it gives me the error: Program '/home/chip/hello' does not have execution permission. I found the file and changed it so it does have execution permission but I am still getting the error. I am running a dual boot with XP home & Ubuntu 8.10 on a Acer Aspire One. I know there are no errors in my program but here it is:
<code>
#include <stdio.h>
int main ( void ) {
printf("Hello!");
return 0;
}
</code>
Any help would be greatly appreciated.
- 02-04-2010 #2Just Joined!
- Join Date
- Feb 2010
- Posts
- 1
me having the same problem did u find a sol. if yes pls tell.
thanks in advance
- 02-04-2010 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Welcome to the forums!

Please start a new thread of your own with the details of any issues that you are experiencing. This thread is over a year old already.oz



