🌐
GNU
ftp.gnu.org › gnu › gcc › gcc-4.9.0
Index of /gnu/gcc/gcc-4.9.0
Index of /gnu/gcc/gcc-4.9.0 · Apache/2.4.52 (Trisquel_GNU/Linux) Server at ftp.gnu.org Port 443
🌐
Linux Puzzles
marksallee.wordpress.com › 2016 › 05 › 03 › gcc-4-9-2-install-rpm-or-source
GCC 4.9.2: install via RPMs or from source | Linux Puzzles
May 18, 2021 - RHEL 6 and 7 include a package set of RPMs called devtoolset, which will help you install gcc-4.9.2 and its dependencies.
🌐
Pkgs.org
pkgs.org › download › gcc4.9
Gcc4.9 Download (RPM)
Download gcc4.9 linux packages for ALT Linux · Filter: Distros: all Arches: arm intel Types: official thirdparty · ALT Linux Sisyphus · ALT Linux P9 · gcc4.9 latest versions: 4.9.2 · gcc4.9 architectures: x86_64 · gcc4.9 linux packages: rpm
🌐
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource gcc
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 ...
🌐
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 · Filter: Distros: all Arches: arm intel Types: official thirdparty ... gcc-c++ latest versions: 12.1.1, 12.1.0, 12.0.1, 12, 11.3.1, 11.2.1, 11.2.0, 10.4.0, 10.3.0, 10.2.1, 10, 8.5.0, 8.4.1, 8.2.1, 8
🌐
Centos
cbs.centos.org › koji › buildinfo
devtoolset-3-gcc-4.9.2-6.2.el7 | Build Info | CentOS Community Build Service
October 5, 2017 - Main Site Links: · Summary · Packages · Builds · Tasks · Build Targets · Users · Hosts · Reports · Search
Find elsewhere
🌐
Medium
medium.com › @zilch0 › gcc-install-gcc-4-9-4-on-centos-7-ce83f5240fe7
[gcc] compile and install gcc 4.9.4 on CentOS 7 - zilch0 - Medium
August 13, 2021 - 2. download gcc 4.9.4 source code from gcc official site · 3. Decompression · tar -zxvf gcc-4.9.4.tar.gz cd gcc-4.9.4 · 4. run dependencies script · ./contrib/download_prerequisites · 5. compile and install · ./configure --enable-chec...
🌐
GNU
ftp.gnu.org › gnu › gcc › gcc-4.9.1
Index of /gnu/gcc/gcc-4.9.1
Index of /gnu/gcc/gcc-4.9.1 · Apache/2.4.52 (Trisquel_GNU/Linux) Server at ftp.gnu.org Port 443
🌐
GitHub
gist.github.com › craigminihan › b23c06afd9073ec32e0c
Build GCC 4.9.2 for C/C++ on CentOS 7 · GitHub
What I meant was to check the different versions of g++/gcc that you have and create a symbolic link to the desired g++/gcc. ... Hi maybe you need to run : ./contrib/download_prerequisites before running "./configure ...
Top answer
1 of 4
22
yum install centos-release-scl-rh
yum install devtoolset-3-gcc devtoolset-3-gcc-c++
update-alternatives --install /usr/bin/gcc-4.9 gcc-4.9 /opt/rh/devtoolset-3/root/usr/bin/gcc 10
update-alternatives --install /usr/bin/g++-4.9 g++-4.9 /opt/rh/devtoolset-3/root/usr/bin/g++ 10
2 of 4
21

For installing the system compilers gcc, g++, the install command is # yum install gcc-c++ → Provides version 4.8.5 : /usr/bin/{ gcc, g++ }.

Other options: 1. gcc53-c++-5.3.0-1.el6.x86_64.rpm → https://drive.google.com/file/d/0B7S255p3kFXNRm9FVnZYUnhyZzg/view?usp=sharing&resourcekey=0-1N6zQa6Sbl_WycG1O9I7JA : Download and install : # cd Downloads/ && yum install ./gcc53-c++-5.3.0-1.el6.x86_64.rpm ..... Provides /usr/bin/{gcc53, g++53}.

  1. The devtoolset´s : https://www.softwarecollections.org/en/scls/rhscl/devtoolset-6/ → # yum-config-manager --enable rhel-server-rhscl-7-rpms

Install gcc, g++ version 4.9.2 : # yum install devtoolset-3-gcc-c++

Note : You can have as many gcc/g++ versions as you want, installed at the same time. ( The system compilers are a must.)


  1. gcc49-c++-4.9.3-1.el6.x86_64.rpm https://drive.google.com/file/d/1Pwq1ua80dGM72i7rpDNAIIdfcR1WK-hG/view?usp=sharing → Provides /usr/bin/{gcc49, g++49}.

  1. gcc63-c++-6.3.0-1.el7.x86_64.rpm https://drive.google.com/file/d/1t4WrgvpEP-6_NN3qMJhz9MS3CJhHrHKc/view?usp=sharing → Provides /usr/bin/{gcc63, g++63}.

  2. gcc45-c++-4.5.4-1.el7.x86_64.rpm https://drive.google.com/file/d/15aRg-BPhuyaEyZA9Jy-iAyC21_pwN7nD/view?usp=sharing → Provides /usr/bin/{gcc45, g++45, gfortran45}

  3. gcc42-c++-4.2.4-1.el6.x86_64.rpm https://drive.google.com/file/d/1eYWk6Nd63xeqqAUoJldNWRuwEGO6cAyv/view?usp=sharing → Provides /usr/bin/{gcc42, g++42}


  1. gcc73-c++-7.3.0-1.el7.x86_64.rpm https://drive.google.com/file/d/1PgwCP5tu8D0EJbJVTqJd7Vg8dJ4l4noi/view?usp=sharing → Provides /usr/bin/{gcc73, g++73}

  2. gcc48-c++-4.8.5-1.el6.x86_64.rpm https://drive.google.com/file/d/1w6fW6oSflDDYZt_cOpGj3QMEmzUC8Q9L/view?usp=sharing → Provides /usr/bin/{gcc48, g++48, gfortran48}

  3. gcc84-c++-8.4.0-1.el7.x86_64.rpm https://drive.google.com/file/d/1xgFtsiDi2uiB1B0AcOaSpxVizzET-pJf/view?usp=sharing → Provides /usr/bin/{gcc84, g++84, gfortran84}

🌐
CentOS Repositories
centos.pkgs.org › 7 › centos-sclo-rh-x86_64 › devtoolset-3-gcc-4.9.2-6.el7.x86_64.rpm.html
devtoolset-3-gcc-4.9.2-6.el7.x86_64.rpm CentOS 7 Download
2014-05-29 - Jakub Jelinek <jakub@redhat.com> 4.9.0-6 - update from 4.9 branch - backport -fsanitize=float-cast-overflow from the trunk - make sure libcilkrts can use system libgcc_s.so.1 (#1101242) - fix compat testing
🌐
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource gcc9
Core package for the GNU Compiler Collection, including the C language frontend. Language frontends other than C are split to different sub-packages, namely gcc-ada, gcc-c++, gcc-fortran, gcc-obj, gcc-obj-c++ and gcc-go.
🌐
GNU
gcc.gnu.org › releases.html
GCC Releases - GNU Project
April 30, 2026 - GCC releases may be downloaded from our mirror sites.
🌐
GNU
ftp.gnu.org › gnu › gcc › gcc-4.9.2
Index of /gnu/gcc/gcc-4.9.2
Index of /gnu/gcc/gcc-4.9.2 · Apache/2.4.52 (Trisquel_GNU/Linux) Server at ftp.gnu.org Port 443
🌐
Pkgs.org
pkgs.org › download › gcc
Gcc Download (APK, DEB, EOPKG, IPK, PKG, RPM, TXZ, XBPS, XZ, ZST)
Download gcc packages for Adélie, AlmaLinux, Alpine, ALT Linux, Amazon Linux, Arch Linux, CentOS, Debian, Fedora, FreeBSD, KaOS, Mageia, OpenMandriva, openSUSE, OpenWrt, PCLinuxOS, Rocky Linux, Slackware, Solus, Ubuntu, Void Linux