Skip to content

Instantly share code, notes, and snippets.

@jonefeewang
Forked from giwa/file0.txt
Created June 7, 2019 09:01
Show Gist options
  • Save jonefeewang/9abc8d24163d5a23432d7ac82f3a08fb to your computer and use it in GitHub Desktop.
Save jonefeewang/9abc8d24163d5a23432d7ac82f3a08fb to your computer and use it in GitHub Desktop.
Install g++/gcc 4.8.2 in CentOS 6.6 ref: http://qiita.com/giwa/items/28c754d8fc2936c0f6d2
$ 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++ devtoolset-2-gcc-gfortran
$ /opt/rh/devtoolset-2/root/usr/bin/gcc --version
gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15)
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
scl enable devtoolset-2 bash
source /opt/rh/devtoolset-2/enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment