Error when executing make command under centos

王林
Release: 2020-03-26 15:56:07
Original
3717 people have browsed it

Error when executing make command under centos

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

2.Install g:

yum install gcc gcc-c++
Copy after login

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!

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!