geany 执行出错

软件和网站开发以及相关技术探讨
回复
gaoxiangyangwpy
帖子: 9
注册时间: 2009-03-29 21:18

geany 执行出错

#1

帖子 gaoxiangyangwpy » 2013-01-09 20:28

错误信息:
--------------------------------
./geany_run_script.sh: 5: ./geany_run_script.sh: ./test: Permission denied


------------------
(program exited with code: 126)
Press return to continue
------------------------------
编译通过,生成通过,执行,在终端显示如上代码。求高手解答。
系统ubuntu 12.04 ,
本人的程序很简单,如下:通过ubuntu 软件中心搜索安装的geany,
-----------------------
#include<stdio.h>
main(){
double x;
printf("input a number : \n");
scanf("%lf",&x);
printf("the number you enter : %lf" ,x);
}

----------------------
头像
cokilee
帖子: 27
注册时间: 2012-05-20 19:42

Re: geany 执行出错

#2

帖子 cokilee » 2013-01-09 23:04

要root运行?
回复