Home  >  Article  >  Operation and Maintenance  >  What should I do if the centos system prompts an error when executing the make command?

What should I do if the centos system prompts an error when executing the make command?

王林
王林Original
2020-03-20 11:48:553244browse

What should I do if the centos system prompts an error when executing the make command?

Cause:

The centos system does not have a compiler installed.

Solution:

(Recommended tutorial: centos usage tutorial)

Enter the following command under SSH.

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

Related video tutorial recommendations: linux video tutorial

The above is the detailed content of What should I do if the centos system prompts an error when executing the make command?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn