GNU/Linux >> LINUX-Kenntnisse >  >> Linux

wie man gcc 4.9.2 auf RHEL 7.4 installiert

Für die Installation der Systemcompiler gcc, g++ lautet der Installationsbefehl # yum install gcc-c++ → Bietet Version 4.8.5 :/usr/bin/{ gcc, g++ } .

Andere Optionen: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 :Herunterladen und installieren :# cd Downloads/ && yum install ./gcc53-c++-5.3.0-1.el6.x86_64.rpm ..... Liefert /usr/bin/{gcc53, g++53} .

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

Installieren Sie gcc, g++ Version 4.9.2:# yum install devtoolset-3-gcc-c++

Hinweis:Sie können beliebig viele gcc/g++-Versionen gleichzeitig installieren. (Die System-Compiler sind ein Muss.)

  1. gcc49-c++-4.9.3-1.el6.x86_64.rpm https://drive.google.com/file/d/1Pwq1ua80dGM72i7rpDNAIIdfcR1WK-hG/view?usp=sharing → Liefert /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 → Stellt /usr/bin/{gcc63, g++63} bereit .

  2. gcc45-c++-4.5.4-1.el7.x86_64.rpm https://drive.google.com/file/d/15aRg-BPhuyaEyZA9Jy-iAyC21_pwN7nD/view?usp=sharing → Bietet /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 → Bietet /usr/bin/{gcc42, g++42}

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

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

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


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

Linux
  1. So installieren Sie RHEL 8 auf VMware Workstation

  2. So installieren Sie phpMyAdmin auf RHEL 8 / CentOS 8

  3. So installieren Sie P7Zip auf RHEL 8 / CentOS 8

  4. So installieren Sie ntfs-3g auf RHEL 8 / CentOS 8

  5. Wie installiere ich gcc 4.7?

So installieren Sie Cassandra auf RHEL 8

So installieren Sie Composer auf RHEL 8

So installieren Sie gdb in RHEL 8

So installieren Sie Kafka auf RHEL 8

So installieren Sie GCC auf Ubuntu

So installieren Sie GCC unter CentOS 7