
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"的解决方法
- typora 配置picgo-core出现env: node: No such file or directory的解决方法
- 一款优雅强大的开源终端工具-Nushell ,在Mac,Linux系统下的安装以及Nushell的常用命令。
- supervisor Error: File contains no section headers的解决方法
- Linux查看端口占用的命令
- linux(ubuntu)制作windows安装盘
- 備份Linux系統的shell腳本
- linux 桌面系统创建桌面快捷方式的方法
- rclone error listing directory not found的解决方法
- unzip End-of-central-directory signature not found 错误的解放方法