RedHat Linux在安装gcc时需要cpp和cloog-ppl 但是在安装cpp的时候需要这个依赖:libmpfr.so.1()(64bit) is needed by cpp-4.4.6-3.el6.x86_64 安装cloog-ppl的时候需要这2个依赖:libppl.so.7()(64bit) is needed by cloog-ppl-0.15.7-1.2.el6.x86_64 libppl_c.so.2()(64bit) is needed by cloog-ppl-0.15.7-1.2.el6.x86_64 解决方法: 确定是一个,因为那时候就是用这个光盘的东西装的系统。 是缺了这两个包。 这两个安装好之后就可以安装cpp和cloog-ppl了,之后就能安装gcc了。 |
时间: 2024-11-05 05:26:52