./configure: line 25001: make: command not found编译错误 Centos下安装g++


CENTOS编译安装软件时候command is not found,可能是没有正确安装g++编译器.

centos:

gcc:

yum install gcc

g++:

yum install gcc-c++
#或者
yum install make
#或者
yum groupinstall "Development Tools"
#或者
yum install gcc gcc-c++ kernel-devel

 

— 或者
— 或者

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注