안녕하세요
리눅스 초보인데요
CentOS7 을 사용하고 있는데
현재 gcc 버전이 4.4.7-17.el6.x86_64 입니다.
더 높은 버전이 필요해서 yum으로 설치해보려고 하니, 더 높은 버전이 없다고 안되네요.
4.7 이상이 필요한데, yum으로는 방법이 없나요?
안녕하세요
리눅스 초보인데요
CentOS7 을 사용하고 있는데
현재 gcc 버전이 4.4.7-17.el6.x86_64 입니다.
더 높은 버전이 필요해서 yum으로 설치해보려고 하니, 더 높은 버전이 없다고 안되네요.
4.7 이상이 필요한데, yum으로는 방법이 없나요?
https://www.google.com/search?q=gcc+4.7+yum+centos
----------------------- ¿¹Á¦
* Add the repo :
# wget -O /etc/yum.repos.d/slc6-devtoolset.repo http://linuxsoft.cern.ch/cern/devtoo...evtoolset.repo
Download the dependencies for the devtoolset-1.1-gcc (-4.7)
compat-libgmp-4.3.1-1.sl7.x86_64.rpm
https://drive.google.com/file/d/0B7S...ew?usp=sharing
compat-libmpfr-2.4.1-1.sl7.x86_64.rpm
https://drive.google.com/file/d/0B7S...ew?usp=sharing
# yum localinstall --nogpgcheck \
compat-libgmp-4.3.1-1.sl7.x86_64.rpm compat-libmpfr-2.4.1-1.sl7.x86_64.rpm
Then you can install gcc and g++ version 4.7.2 :
# yum install devtoolset-1.1-gcc-c++ --nogpgcheck
http://linuxsoft.cern.ch/cern/devtoo...X/x86_64/RPMS/