当前位置: 代码迷 >> 综合 >> centos6 无法使用make install 等
  详细解决方案

centos6 无法使用make install 等

热度:77   发布时间:2024-01-14 09:13:56.0
??

安装:

yum -y install gcc automake autoconf libtool make

安装g++:

yum install gcc gcc-c++

  相关解决方案