
linux stdio.h: No such file or directory的解决方法
linux stdio.h: No such file or directory的解决方法
Linux编译某个程序报错,如下
1
2
3
4
5
6
7
8
9
./src/arith.c:32:10: fatal error: stdio.h: No such file or directory
32 | #include <stdio.h>
| ^~~~~~~~~
compilation terminated.
make: *** [Makefile:185: pgms/arithoh] Error 1
**********************************************
Run: "make all" failed; aborting
解决方法,使用Debian/ubuntu系统。
apt-get install libc6-dev
💘 相关文章
- truenas出现"pkg: file:///usr/ports/packages/packagesite.pkg: No such file or directory"的解决方法
- Yarn install command error No such file or directory: 'install'的解决方法
- typora 配置picgo-core出现env: node: No such file or directory的解决方法
- Linux系统防止文件删除的配置方法
- linux 桌面系统创建桌面快捷方式的方法
- linux 多线程下载axel的使用
- unzip End-of-central-directory signature not found 错误的解放方法
- Linux系统快速清空日记内容的方法
- linux(ubuntu)制作windows安装盘
- 免受暴力攻击使用Fail2Ban 保护服务器