LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2050|回复: 2

linux system函数怎么用

[复制链接]
发表于 2009-11-22 16:57:25 | 显示全部楼层 |阅读模式
我用了,但出错了
程序为
#include <stdlib.h>
int main()
{
system("ls /etc/");
return 0;
}
用  gcc -o test test.cpp 编译后报错
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../crt1.o(.text+0x18): In function `_start':
../sysdeps/i386/elf/start.S:77: undefined reference to `main'
collect2: ld returned 1 exit status

怎么解决?急啊
发表于 2009-11-22 20:29:26 | 显示全部楼层
#i nclude<stdlib.h>

我的怎么没问题
#i nclude<stdlib.h>
main()
{
system(“ls -al /etc/”);
}
回复 支持 反对

使用道具 举报

发表于 2009-11-22 21:30:09 | 显示全部楼层

我注意到你的的是cpp文件

改成.c文件,编译应该能过!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表