Blog categories

Comments

[Ubuntu] 14.04에서 gcc/g++ 4.9 설치하기

[Ubuntu] 14.04에서 gcc/g++ 4.9 설치하기

Ubuntu 14.04 에서 기존의 apt-repository를 사용하면 gcc/g++ 설치 시 4.8 버전으로 설치된다. 아래와 같이 하여 G++4.9 버전을 설치할 수 있다.

add-apt-repository ppa:ubuntu-toolchain-r/test
apt-get update
apt-get install gcc-4.9 g++-4.9

Default 버전으로 설정하고 싶다면 아래와 같이 한다.

update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9
update-alternatives --config gcc

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

div#stuning-header .dfd-stuning-header-bg-container {background-image: url(https://tech.sangron.com/wp-content/uploads/sites/2/2018/04/ubuntu_wallpaper_background.jpg);background-color: #3f3f3f;background-size: cover;background-position: top center;background-attachment: initial;background-repeat: no-repeat;}#stuning-header div.page-title-inner {min-height: 350px;}