摘要:
fatal error现象如下: b.c中的代码如下: include<stdio.h> int main() { printf("this is b!\n"); } 经gcc -o a.c b.c时出现fatal error。 解决办法: 安装build-enssential 如果出现错误需要更新 阅读全文
posted @ 2019-04-10 23:13
一棵小白菜-
阅读(29347)
评论(0)
推荐(2)