|
这是报错的消息:
-------------------------
[root@jkh jkh]# gcc c.c -o c
In file included from /usr/include/stdio.h:28,
from c.c:1:
/usr/include/features.h:1: 编译器内部错误:段错误
请提交一份完整的错误报告,
如有可能请附上经预处理后的源文件。
具体步骤请参见 <URL:http://bugzilla.redhat.com/bugzilla>
--------------------------
这是源文件(c.c)内容:
-------------------
#include<stdio.h>
int main(void)
{
printf("dd");
return 1;
}
-------------------
操作系统: 刚转好的fc6
请各位大侠指定指点 |
|