Install GCC in RedHat --- solve the dependency problem
When installing gcc, RedHat Linux requires cpp and cloog-ppl
But this dependency is required when you install cpp: libmp Fr. so.1 () (64bit) is needed by cpp-4.4.6-3.el6.x86_64
The two dependencies required when installing cloog-ppl: 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
Solution:
It was definitely one, because at that time it was the East Suit system that used the CD.
Later, I solved the problem. I didn't need yum, but I only lacked two packages.
Previously reported this dependency
Libmp Fr. so.1 is needed by cpp-4.4.4-13.el6.i686
Libppl. so.7 is needed by cloog-ppl-0.15.7-1.2.el6.i686
Libppl_c.so.2 is needed by cloog-ppl-0.15.7-1.2.el6.i686
These two packages are missing ......
Mpfr-2.4.1-6.el6.x86_64.rpm
Ppl-0.10.2-11.el6.x86_64.rpm
After the two are installed, you can install cpp and cloog-ppl, and then you can install gcc ......
Linux GCC 4.8.1 clear and concise tutorial (Ubuntu 12.04 64-bit edition as an example)
Compile and install GCC 4.8.1 + GDB 7.6.1 + Eclipse in CentOS 6.4 and compile and install GCC 4.8.1 + GDB 7.6.1 + Eclipse in CentOS 6.4
Install and use Vim + GCC + GDB in Ubuntu
Switch two GCC versions in Ubuntu
CentOS6.5 upgrade to manually install GCC4.8.2
GCC details: click here
GCC: click here