Home > Operation and Maintenance > CentOS > 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?

王林
Release: 2020-03-20 11:48:55
Original
3292 people have browsed it

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
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template