
Linux编程
关于Linux的学习
面向帅哥编程
热爱可抵岁月漫长.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux常见错误
[wsy@wsy ~]$ yum install gccLoaded plugins: fastestmirror, langpacksYou need to be root to perform this command. 解决办法:输入 su 接着输入密码,切换到root超级管理员权限。 configure: error: in `/home/wsy/pcre-8.37':configure: error: no acceptable C compiler f...原创 2020-11-02 11:29:00 · 428 阅读 · 0 评论 -
解决warning: implicit declaration of function 'wait'
头部加入wait的头文件#include <sys/types.h> #include <sys/wait.h>即可原创 2018-10-21 13:48:14 · 34494 阅读 · 1 评论