安装软件的时候,提示make: command not found
Centos中无法使用make,make install,命令 make: command not found
make是gcc的编译器,VPS买来必定要安装
安装:
yum -y install gcc automake autoconf libtool make
安装g++:
yum install gcc gcc-c++
本文详述了在CentOS系统中遇到make和相关命令缺失的情况,通过一步步教你如何安装gcc、automake等工具,确保Make编译器可用,适用于VPS新手和开发者。
安装软件的时候,提示make: command not found
Centos中无法使用make,make install,命令 make: command not found
make是gcc的编译器,VPS买来必定要安装
安装:
yum -y install gcc automake autoconf libtool make
安装g++:
yum install gcc gcc-c++
4265

被折叠的 条评论
为什么被折叠?