九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
如何通過PPA安裝/升級(jí)gcc和g++版本到4.8.1 (Ubuntu 12.04, 13.04, 10.04適用)

gcc 4.8.1 是第一個(gè)完全支持C++11 的編譯器。下文是如何在Ubuntu 12.04, Ubuntu 13.04 或 Ubuntu 12.10中通過PPA安裝GCC 4.8的步驟。PPA為Ubuntu用戶提供了GCC 4.7.3 和 GCC 4.8.1兩個(gè)版本。在Ubuntu12.04 LTS默認(rèn)安裝的是gcc4.6.3,該版本只支持部分c++11的特性,可以通過增加“-std=c++0x" 編譯選項(xiàng)來使用這些特性,但是對多線程庫的支持較差。你可以參考下文的步驟,來升級(jí)系統(tǒng)中的gcc,g++版本。


安裝步驟:

1) Ctrl+Alt+T打開終端,執(zhí)行如下命令adding PPA to your repositories:

test@test:/install$ sudo add-apt-repository ppa:ubuntu-toolchain-r/test


2) 安裝gcc 4.8 和 g++ 4.8

test@test:/install$sudo apt-get update; sudo apt-get install gcc-4.8 g++-4.8


3) 裝完后,依次執(zhí)行如下命令將系統(tǒng)默認(rèn)的gcc,g++編譯器版本設(shè)置為4.8版本

test@test:/install$sudo update-alternatives --remove-all gcc

update-alternatives: error: no alternatives for gcc.

test@test:/install$sudo update-alternatives --remove-all g++

update-alternatives: error: no alternatives for g++.

test@test:/install$sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20

update-alternatives: using /usr/bin/gcc-4.8 to provide /usr/bin/gcc (gcc) in auto mode.

test@test:/install$sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 20

update-alternatives: using /usr/bin/g++-4.8 to provide /usr/bin/g++ (g++) in auto mode.

test@test:/install$sudo update-alternatives --config gcc

There is only one alternative in link group gcc: /usr/bin/gcc-4.8

Nothing to configure.

test@test:/install$sudo update-alternatives --config g++

There is only one alternative in link group g++: /usr/bin/g++-4.8

Nothing to configure.


4) 安裝完畢?,F(xiàn)在你的系統(tǒng)中已經(jīng)默認(rèn)使用gcc 4.8和g++ 4.8了。通過如下命令查看:

test@test:/install$g++ --version

g++ (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1

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.


test@test:/install$gcc --version

gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1

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.



譯文地址:http://ubuntuhandbook.org/index.php/2013/08/install-gcc-4-8-via-ppa-in-ubuntu-12-04-13-04/
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
Ubuntu 安裝 JDK 7 / JDK8 的兩種方式
Ubuntu升級(jí)GCC版本
ubuntu16.04如何升級(jí)gcc,例如到gcc4.8
ubuntu 22.04 安裝gcc
如何降低gcc版本[解決方案]
linux 更改gcc版本
更多類似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服