RedHat Enterprise Linux 5 GCC 安装流程
由于之前安装RedHat Enterprise Linux 5 时候只安装了服务器环境 没有安装开发环境 导致 服务器 无法 编译 代码只好重新安装 gcc 了。 首先想到的是 用 yum 来安装 运行: yum -y install gcc gcc-c++ 提示 this system is not registered with RHN... 您的系统没有在红帽网络上注册... yum有问题了。。。 蛋疼ing... 还是 老老实实的 cd 安装。...