注册 登录
编程论坛 Linux教室

编译时出现错误

hffjhhh 发布于 2022-11-20 20:22, 2411 次点击
要编译安装某个文件,输入以下命令编译:
sudo ./configure --prefix=/root/

结果出现以下错误:
checking for gcc... no
checking for cc... no
checking for cl.exe... no
checking for clang... no
configure: error: in `/root/dpkg-1.21.9ubuntu1':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
该如何解决?
2 回复
#2
apull2022-11-21 08:38
找不到gcc等编译器。检查path里有没有有米有/bin路径
#3
hffjhhh2022-11-21 13:03
以下是引用apull在2022-11-21 08:38:15的发言:

找不到gcc等编译器。检查path里有没有有米有/bin路径

path里的路径如下:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
此外,当使用apt命令安装软件的时候显示以下错误:
sudo: apt: command not found
当使用dpkg命令安装软件的时候显示以下错误:
sudo: dpkg: command not found
什么安装方式都用不了,根本无法安装软件。该怎么办?

[此贴子已经被作者于2022-11-22 00:45编辑过]

1