Skip to content
Advertisement

How to install gcc8 using devtoolset-8-gcc

I am using CentOS Linux release 7.3.1611 which has gcc 4.8.5 20150623 installed. I am looking for a way to install a newer version of gcc, specially 8.1. I found the following site on how to install gcc v7 link 1 which describes how to install gcc v7 (using devtoolset-7-gcc*). I did follow the guidelines and was able to install gcc v7. Though, if I followed the same procedure, but used “devtoolset-8-gcc*” instead the return message states “No package devtoolset-8-gcc* available.”.

Performed a search and found a page called “Information for build devtoolset-8-gcc-8.1.1-4.el6” link 2, but not sure how to install this. I believe I would need to download the rpm source, compile/build the source, then finally install it.

Basically, I am looking for a easy way to install gcc v8 just like using the method described on link 1.

Thanks in advance.

Advertisement

Answer

devtoolset-8 was only released a short while ago. The linked installation instructions may be of use. However, your question pertains to CentOS, and this does not yet appear to have been made available yet. You can see some evidence of it being build for CentOS here, but it’s not been updated for the final release yet.

You could ask on the SCL mailing list for an ETA, or wait until it appears in its final form. In the meantime, you could download the RPMs from koji directly.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement