CentOS 下 7z的安装续
今天在CentOS下安装7zip的时候,发现报错儿如下:make: g++: Command not found
make: *** Error 127
make: Leaving directory `/home/configurator/p7zip_9.0**'
make: *** Error 2
其实,该错误是因为没有安装gcc导致,安装即可,命令如下:
sudo yum install gcc-c++
等到安装完毕,回到7zip的目录
按照 上一篇 中中的操作进行即可。
http://www.linuxforums.org/forum/mandriva-linux/20000-g-command-not-found-even-if-gcc-installed.html
页:
[1]