shell命令运行错误集合

g++:command not found


 

ubuntu:
apt-get update gcc
apt-get install g++
 
centOS
yum -y update gcc
yum -y install gcc+ gcc-c++
 
 
posted @ 2018-03-25 23:46  ingy  阅读(236)  评论(0编辑  收藏  举报