Linux “g++: Command not found”报错问题解决详细教程
大鸟看到网友们都在折腾ServerStatus服务器监控工具,于是今天正好没其他事情就准备在测试机上玩玩。但是在编译make的时候看到有 "g++: Command not found"报错提示,当然解决方法也很简单,缺少组件导致的。 在这篇文章中就先记录如果有遇 "g++: Command not found"报错问题的解决方法。 第一、报错提示 [root@MyCloudServer server]# make g++ -c -Iinclude -Wall -O2 src/main.cpp -o obj/main.o make: g++: Comm …