|
楼主 |
发表于 2007-3-20 21:52:29
|
显示全部楼层
Post by njkzkj
??为什么不行呢?
要么看下它的进程返回值?
比如你看
test.c
- int main (void) {
- a();
- return 0;
- }
复制代码
debian:~# gcc test.c
/tmp/ccolCDju.o: In function `main':
test.c.text+0x12): undefined reference to `a'
collect2: ld returned 1 exit status
哪来error和warning?
而且有时gcc产生的warning并不影响编译成功.
检查gcc是否有输出可执行文件应该是比较不错的办法了 |
|