安装glibc报错configure: error: no acceptable C compiler found in $PATH
时间: 2023-12-07 11:03:16 浏览: 618
安装glibc报错configure: error: no acceptable C compiler found in $PATH可能是因为缺少C编译器。可以通过以下步骤解决:
1.在终端中输入以下命令安装C编译器:
```shell
sudo apt-get install build-essential
```
2.安装完C编译器后,再次尝试安装glibc。
如果还是无法解决问题,可以尝试安装其他缺少的组件,例如libf2c和libstdc。
阅读全文
相关推荐












