我们在Linux 安装包的时候,使用make 命令出现:"make:*** No targets specified and no makefile found.Stop."这样的错误提示。

我们有三种方式可以尝试解决:

第一、update最新版本系统软件

yum update

这个必须要执行后才可以安装我们的系统软件或者一键包。

第二、编译缺失关联软件

yum install gcc build-essential

编译执行完毕之后,我们在执行./configure && make这类的执行命令就可以解决问题。

相关文章:

  • 2021-05-22
  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2022-12-23
  • 2021-05-09
  • 2022-12-23
  • 2021-04-26
猜你喜欢
  • 2021-12-07
  • 2021-11-17
  • 2022-12-23
  • 2021-07-30
  • 2022-12-23
  • 2021-12-10
相关资源
相似解决方案