🌐
Pbone
rpm.pbone.net › info_idpl_27382385_distro_scientific_linux_7_com_gcc-c++-4.8.2-16.el7.x86_64.rpm.html
RPM Scientific Linux 7 gcc-c++ 4.8.2 x86_64 rpm
May 3, 2014 - Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server Provides : gcc-c++ gcc-c++(x86-64) Requires : gcc = 4.8.2-16.el7 ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(...
🌐
Centos
cbs.centos.org › koji › rpminfo
gcc-c++-4.8.2-16.el7.x86_64.rpm | RPM Info | CentOS Community Build Service
Main Site Links: · Summary · Packages · Builds · Tasks · Build Targets · Users · Hosts · Reports · Search
🌐
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource gcc
The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system. The GNU Compiler Collection (GCC) provides a standard conforming and highly portable ISO C and ISO C++ compiler.
🌐
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource gcc-c
The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet · The System and Arch are optional added filters, for example ...
🌐
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource gcc(x86-64)
The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet · The System and Arch are optional added filters, for example ...
🌐
GitHub
gist.github.com › stephenturner › e3bc5cfacc2dc67eca8b
Installing gcc 4.8 and Linuxbrew on CentOS 6 · GitHub
Error: Cannot retrieve repository metadata (repomd.xml) for repository: testing-devtools-2-centos-6Server. Please verify its path and try again · My centos is Red Hat Enterprise Linux Server release 6.9 (Santiago). my gcc is gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-18). I am a novice to Linux. ... Cannot import the CERN's GPG key. I use this command to instead of it: rpm --import http://linuxsoft.cern.ch/cern/slc6X/x86_64/RPM-GPG-KEY-cern
Top answer
1 of 2
10

The official way to have gcc 4.8.2 on RHEL 6 is via installing Red Hat Developer Toolset (yum install devtoolset-2), and in order to have it you need to have one of the below subscriptions:

  • Red Hat Enterprise Linux Developer Support, Professional
  • Red Hat Enterprise Linux Developer Support, Enterprise
  • Red Hat Enterprise Linux Developer Suite
  • Red Hat Enterprise Linux Developer Workstation, Professional
  • Red Hat Enterprise Linux Developer Workstation, Enterprise
  • 30 day Self-Supported Red Hat Enterprise Linux Developer Workstation Evaluation
  • 60 day Supported Red Hat Enterprise Linux Developer Workstation Evaluation
  • 90 day Supported Red Hat Enterprise Linux Developer Workstation Evaluation
  • 1-year Unsupported Partner Evaluation Red Hat Enterprise Linux
  • 1-year Unsupported Red Hat Advanced Partner Subscription

You can check whether you have any of these subscriptions by running:

subscription-manager list --available

and

subscription-manager list --consumed.

If you don't have any of these subscriptions, you won't succeed in "yum install devtoolset-2". However, luckily cern provide a "back door" for their SLC6 which can also be used in RHEL 6. Run below three lines via root, and you should be able to have it:

wget -O /etc/yum.repos.d/slc6-devtoolset.repo http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repo

wget -O /etc/pki/rpm-gpg/RPM-GPG-KEY-cern http://ftp.scientificlinux.org/linux/scientific/5x/x86_64/RPM-GPG-KEYs/RPM-GPG-KEY-cern

yum install devtoolset-2

Once it's done completely, you should have the new development package in /opt/rh/devtoolset-2/root/.

2 of 2
1

For some reason the mpc/mpfr/gmp packages aren't being downloaded. Just look in your gcc source directory, it should have created symlinks to those packages:

gcc/4.9.1/install$ ls -ad gmp mpc mpfr
gmp  mpc  mpfr

If those don't show up then simply download them from the gcc site: ftp://gcc.gnu.org/pub/gcc/infrastructure/

Then untar and symlink/rename them so you have the directories like above. Then when you ./configure and make, gcc's makefile will automatically build them for you.

🌐
Oss4aix
oss4aix.org › download › RPMS › gcc
Index of /download/RPMS/gcc
Index of /download/RPMS/gcc · Apache/2.2.15 (CentOS) Server at www.oss4aix.org Port 80
🌐
GNU
gcc.gnu.org › releases.html
GCC Releases - GNU Project
April 30, 2026 - GCC releases may be downloaded from our mirror sites. Important: these are source releases, so will be of little use if you do not already have a C++ compiler installed. As one option, there are pre-compiled binaries.
Find elsewhere
🌐
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource gcc-c (x86-64)
The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet · The System and Arch are optional added filters, for example ...
🌐
Red Hat
access.redhat.com › discussions › 2076603
Red Hat Customer Portal - Access to 24x7 support and knowledge
December 5, 2015 - To enable this functionality please set 'notify_only=0' in /etc/yum/pluginconf.d/search-disabled-repos.conf · Error: Package: libstdc++-devel-4.8.2-16.2.el7_0.x86_64 (rhel-7-workstation-rpms) Requires: libstdc++(x86-64) = 4.8.2-16.2.el7_0 Installed: libstdc++-4.8.5-4.el7.x86_64 (@anaconda/7.2) libstdc++(x86-64) = 4.8.5-4.el7 Available: libstdc++-4.8.2-16.el7.x86_64 (rhel-7-workstation-rpms) libstdc++(x86-64) = 4.8.2-16.el7 Available: libstdc++-4.8.2-16.2.el7_0.x86_64 (rhel-7-workstation-rpms) libstdc++(x86-64) = 4.8.2-16.2.el7_0 Available: libstdc++-4.8.3-9.el7.x86_64 (rhel-7-workstation-rpms) libstdc++(x86-64) = 4.8.3-9.el7
🌐
CERN
linuxsoft.cern.ch › cern › centos › 7 › updates › x86_64 › repoview › gcc-c++.html
gcc-c++
CentOS 7 - Updates for x86_64: development/languages: gcc-c++ · Jump to letter: [ 3ABCDEFGHIJKLMNOPQRSTUVWXYZ ]
🌐
Pkgs.org
pkgs.org › download › gcc-c++
Gcc-c++ Download for Linux (rpm)
Download gcc-c++ linux packages for AlmaLinux, ALT Linux, Amazon Linux, CentOS, Fedora, Mageia, OpenMandriva, openSUSE, PCLinuxOS, Rocky Linux
🌐
Experts Exchange
experts-exchange.com › questions › 29178462 › install-the-gcc-c-4-8-5-39-el7-x86-64-rpm-to-my-test-Centos-linux-box-make-it-to-emergency-mode-can't-start-GUI-anymore.html
Solved: install the gcc-c++4.8.5-39.el7.x86_64.rpm to my test Centos linux box make it to emergency mode, can't start GUI anymore. | Experts Exchange
April 11, 2020 - rpm -qa | grep -E -i "gcc" this return libgcc-8.3.1-4.5.el8.x86_6 ... yum -y install gcc-c++ yeah, working for me on other 2 x linux hosts which still fine after reboot then how to remove it using rpm on the failured nodes?
🌐
CentOS Repositories
centos.pkgs.org › 7 › centos-updates-x86_64 › gcc-c++-4.8.5-28.el7_5.1.x86_64.rpm.html
Gcc-c++ Download (RPM)
Download gcc-c++ packages for AlmaLinux, ALT Linux, Amazon Linux, CentOS, Fedora, Mageia, OpenMandriva, openSUSE, PCLinuxOS, Rocky Linux
🌐
CentOS Repositories
centos.pkgs.org › 7 › centos-x86_64 › gcc-c++-4.8.5-39.el7.x86_64.rpm.html
gcc-c++-4.8.5-39.el7.x86_64.rpm CentOS 7 Download
Install gcc-c++ rpm package: # yum install gcc-c++ 2019-02-26 - Marek Polacek <polacek@redhat.com> 4.8.5-39 - fix pr63567-2.c and pr63567-4.c ·