Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to get gcc version >= 8 installed

testuser4992Jun 5 2020 — edited Jun 9 2020

# cat /etc/oracle-release

Oracle Linux Server release 7.6

# gcc --version

gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39.0.3)

# yum install gcc

Loaded plugins: langpacks, ulninfo

Package gcc-4.8.5-39.0.3.el7.x86_64 already installed and latest version

This is a very old version. How to get a version >= 8 installed? As far as I understand I would have to install software collection devtoolset-8, not clear how to get it done.

This post has been answered by Dude! on Jun 5 2020
Jump to Answer
Comments
Post Details
Added on Jun 5 2020
12 comments
18,416 views