一般出现这个-bash: make: command not found提示,是因为安装系统的时候使用的是最小化mini安装,系统没有安装make、vim等常用命令,直接yum安装下即可;

yum -y install gcc automake autoconf libtool make

相关文章:

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