Problem:
When installing software, it prompts make: command not found
make cannot be used in Centos, make install, command make: command not found
Recommended tutorial:centos tutorial
Solution:
1. Command
yum -y install gcc automake autoconf libtool make
2.Install g:
yum install gcc gcc-c++
Recommended related video tutorials: linux video tutorial
The above is the detailed content of Error when executing make command under centos. For more information, please follow other related articles on the PHP Chinese website!