欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

linux执行make命令时报错g++: Command not found

程序员文章站 2022-07-12 13:22:30
...

linux编译nodejs报错,截图如下:
linux执行make命令时报错g++: Command not found
其实很简单只需要安装一下

1. yum -y install gcc automake autoconf libtool make
2. yum install gcc gcc-c++

然后在执行make就可以了