
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
💘 相关文章
- typora 配置picgo-core出现env: node: No such file or directory的解决方法
- truenas出现"pkg: file:///usr/ports/packages/packagesite.pkg: No such file or directory"的解决方法
- Yarn install command error No such file or directory: 'install'的解决方法
- 加固Linux系统,使用ssh密匙登录服务器
- linux 系統掛載雲盤的方法
- Linux系统怎样添加web运行账户?附上常用的Linux用户管理命令
- supervisor Error: File contains no section headers的解决方法
- Linux系统防止文件删除的配置方法
- phpstudy-linux面板(小皮面板)安装体验
- Linux查看端口占用的命令