CentOS8 --make: command not found

解决思路:

make 是gcc的编译器,需要安装下面的依赖包:

yum -y install gcc gcc-c++ automake autoconf libtool make

 

相关文章:

  • 2022-02-07
  • 2021-04-25
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2021-10-07
  • 2021-07-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
相关资源
相似解决方案