Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How CentOS6.5 upgrades gcc with yum

2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly shows you "CentOS6.5 how to upgrade gcc with yum", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "CentOS6.5 how to upgrade gcc with yum" this article.

It was decided to upgrade gcc because it needed to use gcc4.4.7 11, but the gcc4.4.7 included with CentOS did not support it.

Do the following:

# backup

Mv / etc/yum.repos.d/devtools-2.repo / etc/yum.repos.d/devtools-2.repo.bak wget http://people.centos.org/tru/devtools-2/devtools-2.repo-O / etc/yum.repos.d/devtools-2.repo

Yum install devtoolset-2-gcc devtoolset-2-binutils

Yum install devtoolset-2-gcc-c++

These three files will be downloaded to: / opt/rh/devtoolset-2/root/, and then set the soft link:

Mv / usr/bin/gcc / usr/bin/gcc-4.4.7

Mv / usr/bin/g++ / usr/bin/g++-4.4.7

Mv / usr/bin/c++ / usr/bin/c++-4.4.7

# set soft links

Ln-s / opt/rh/devtoolset-2/root/usr/bin/gcc / usr/bin/gcc

Ln-s / opt/rh/devtoolset-2/root/usr/bin/c++ / usr/bin/c++

Ln-s / opt/rh/devtoolset-2/root/usr/bin/g++ / usr/bin/g++

Gcc-v

The above is all the contents of the article "how to upgrade gcc with CentOS6.5 with yum". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report