What would be the easiest way to install gcc 4.7 on a system with CentOS 6.2 ? The refault rpm package contains an older version of gcc.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Tru Huynh of centos.org has built the redhat developer toolset 1.1, for centos and it contains gcc 4.7.2 So you could simply use his repo and install just gcc, instantly.
This will install it most likely into Then you can tell your compile process to use the gcc 4.7 instead of 4.4 with the CC variable
|
|||||||||||
|
|
From what I can see from the gnu gcc, latest stable version is 4.62. The version 4.7 can be downloaded and compiled, more info on the gcc installation. |
|||||||
|
|
One way of achieving this would be to fetch |
|||
|
|