How to Install g++ 4.9 on RHEL 7 RC?
I'm porting a C++ 11 app to RHEL 7 RC. I'm finding that RHEL 7's g++ 4.8 doesn't have sufficient support for C++ 11 but some or all are implemented in g++ 4.9. What are the steps to install g++ 4.9?
I'm porting a C++ 11 app to RHEL 7 RC. I'm finding that RHEL 7's g++ 4.8 doesn't have sufficient support for C++ 11 but some or all are implemented in g++ 4.9. What are the steps to install g++ 4.9?
Responses