fedora安装gcc/g++

在root权限下

gcc:

yum -y install gcc


g++:

yum install gcc-c++ compat-gcc-32 compat-gcc-32-c++

你可能感兴趣的:(fedora安装gcc/g++)