• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            S.l.e!ep.¢%

            像打了激速一樣,以四倍的速度運轉,開心的工作
            簡單、開放、平等的公司文化;尊重個性、自由與個人價值;
            posts - 1098, comments - 335, trackbacks - 0, articles - 1
              C++博客 :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理

            gcc g++ 4.7 安裝淚奔記.

            Posted on 2014-12-17 17:32 S.l.e!ep.¢% 閱讀(5329) 評論(0)  編輯 收藏 引用 所屬分類: Unix
            google 到的 http://rpmfind.net/linux/RPM/opensuse/12.3/x86_64/gcc47-c++-4.7.2_20130108-2.1.6.x86_64.html

            wget http://download.opensuse.org/source/distribution/12.3/repo/oss/suse/src/gcc47-4.7.2_20130108-2.1.6.src.rpm

            # rpm -ivh gcc47-4.7.2_20130108-2.1.6.src.rpm
            ?? 1:gcc47????????????????? ########################################### [100%]
            ? ?
            gcc --version
            gcc (GCC) 4.1.2 20070115 (prerelease) (SUSE Linux)
            Copyright (C) 2006 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.

            ====================================================================================================================================
            ?
            繼續google到另一個
            http://rpm.pbone.net/index.php3/stat/4/idpl/20369594/dir/opensuse_12.x/com/gcc47-c++-4.7.2_20130108-2.1.6.x86_64.rpm.html

            # wget ftp://ftp.muug.mb.ca/mirror/opensuse/distribution/12.3/repo/oss/suse/x86_64/gcc47-c++-4.7.2_20130108-2.1.6.x86_64.rpm
            # rpm -ivh gcc47-c++-4.7.2_20130108-2.1.6.x86_64.rpm

            # error: Failed dependencies:
            ??????? gcc47 = 4.7.2_20130108-2.1.6 is needed by gcc47-c++-4.7.2_20130108-2.1.6.x86_64
            ??????? libc.so.6(GLIBC_2.11)(64bit) is needed by gcc47-c++-4.7.2_20130108-2.1.6.x86_64
            ??????? libc.so.6(GLIBC_2.14)(64bit) is needed by gcc47-c++-4.7.2_20130108-2.1.6.x86_64
            ??????? libc.so.6(GLIBC_2.7)(64bit) is needed by gcc47-c++-4.7.2_20130108-2.1.6.x86_64
            ??????? libcloog.so.0()(64bit) is needed by gcc47-c++-4.7.2_20130108-2.1.6.x86_64
            ??????? libgmp.so.10()(64bit) is needed by gcc47-c++-4.7.2_20130108-2.1.6.x86_64
            ??????? libgmpxx.so.4()(64bit) is needed by gcc47-c++-4.7.2_20130108-2.1.6.x86_64
            ??????? libmpc.so.3()(64bit) is needed by gcc47-c++-4.7.2_20130108-2.1.6.x86_64
            ??????? libmpfr.so.4()(64bit) is needed by gcc47-c++-4.7.2_20130108-2.1.6.x86_64
            ??????? libppl.so.9()(64bit) is needed by gcc47-c++-4.7.2_20130108-2.1.6.x86_64
            ??????? libppl_c.so.4()(64bit) is needed by gcc47-c++-4.7.2_20130108-2.1.6.x86_64
            ??????? libstdc++47-devel = 4.7.2_20130108-2.1.6 is needed by gcc47-c++-4.7.2_20130108-2.1.6.x86_64
            ??????? rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by gcc47-c++-4.7.2_20130108-2.1.6.x86_64
            ?????? ?
            在網站來回找
            http://rpm.pbone.net/index.php3/stat/4/idpl/18519575/dir/opensuse_12.x/com/gcc47-4.7.1_20120723-1.1.1.x86_64.rpm.html
            找到 gcc47


            Requires :
            binutils?? ?
            cpp47 = 4.7.1_20120723-1.1.1?? ?
            glibc-devel?? ?
            libc.so.6()(64bit)?? ?
            libc.so.6(GLIBC_2.11)(64bit)?? ?
            libc.so.6(GLIBC_2.14)(64bit)?? ?
            libc.so.6(GLIBC_2.2.5)(64bit)?? ?
            libc.so.6(GLIBC_2.3)(64bit)?? ?
            libc.so.6(GLIBC_2.7)(64bit)?? ?
            libcloog.so.0()(64bit)?? ?
            libgcc1 >= 4.7.1_20120723-1.1.1?? ?
            libgmp.so.10()(64bit)?? ?
            libgmpxx.so.4()(64bit)?? ?
            libgomp1 >= 4.7.1_20120723-1.1.1?? ?
            libm.so.6()(64bit)?? ?
            libmpc.so.2()(64bit)?? ?
            libmpc2 >= 0.8.1?? ?
            libmpfr.so.4()(64bit)?? ?
            libppl.so.9()(64bit)?? ?
            libppl_c.so.4()(64bit)?? ?
            libz.so.1()(64bit)?? ?
            rpmlib(CompressedFileNames) <= 3.0.4-1?? ?
            rpmlib(PayloadFilesHavePrefix) <= 4.0-1?? ?
            rpmlib(PayloadIsLzma) <= 4.4.6-1

            在我所在的機器上,缺少的依賴是這些
            # error: Failed dependencies:
            ??????? cpp47 = 4.7.1_20120723-1.1.1 is needed by gcc47-4.7.1_20120723-1.1.1.x86_64
            ??????? ------------
            ???????? ??? ??? ?warning: cpp47-4.7.3_20130411-87.3.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 377d2a64
            ?? ??? ??? ??? ? ??? ??? ?error: Failed dependencies:
            ???????? ??? ??? ?libc.so.6(GLIBC_2.11)(64bit) is needed by cpp47-4.7.3_20130411-87.3.x86_64
            ???????? ??? ??? ??? ??? ??? ??? ?wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/zhy20120210:/SLES-11-SP1-x86-64/SLE_11_SP1/x86_64/glibc-2.11.1-1.8.x86_64.rpm
            ???????? ??? ??? ???????? # rpm -ivh glibc-2.11.1-1.8.x86_64.rpm????????????????????????????????????????????? ?
            ???????? ??? ??? ???????? warning: glibc-2.11.1-1.8.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 034e6912
            ???????? ??? ??? ???????? error: Failed dependencies:???????????????????????????????????????????????? ?
            ???????? ??? ??? ???????????????? rpmlib(PayloadIsLzma) <= 4.4.2-1 is needed by glibc-2.11.1-1.8.x86_64?????? ?
            ???????? ??? ??? ??????????????? ??? ??? ??? ??? ?死活google找不到 rpmlib(PayloadIsLzma) <= 4.4.2-1 這個庫的安裝, 再次淚奔
            ???????? ??? ??? ??????????????? ?
            ???????? ??? ??? ?libc.so.6(GLIBC_2.7)(64bit) is needed by cpp47-4.7.3_20130411-87.3.x86_64
            ???????? ??? ??? ?libcloog.so.0()(64bit) is needed by cpp47-4.7.3_20130411-87.3.x86_64
            ???????? ??? ??? ?libgmpxx.so.4()(64bit) is needed by cpp47-4.7.3_20130411-87.3.x86_64
            ???????? ??? ??? ?libmpc.so.2()(64bit) is needed by cpp47-4.7.3_20130411-87.3.x86_64
            ???????? ??? ??? ?libppl.so.9()(64bit) is needed by cpp47-4.7.3_20130411-87.3.x86_64
            ???????? ??? ??? ?libppl_c.so.4()(64bit) is needed by cpp47-4.7.3_20130411-87.3.x86_64
            ???????? ??? ??? ?rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by cpp47-4.7.3_20130411-87.3.x86_64
            ???????? ??? ??? ?
            ?????? ?
            ??????? libc.so.6(GLIBC_2.11)(64bit) is needed by gcc47-4.7.1_20120723-1.1.1.x86_64
            ??????? libc.so.6(GLIBC_2.14)(64bit) is needed by gcc47-4.7.1_20120723-1.1.1.x86_64
            ??????? libc.so.6(GLIBC_2.7)(64bit) is needed by gcc47-4.7.1_20120723-1.1.1.x86_64
            ??????? libcloog.so.0()(64bit) is needed by gcc47-4.7.1_20120723-1.1.1.x86_64
            ??????? libgcc1 >= 4.7.1_20120723-1.1.1 is needed by gcc47-4.7.1_20120723-1.1.1.x86_64
            ??????? libgmp.so.10()(64bit) is needed by gcc47-4.7.1_20120723-1.1.1.x86_64
            ??????? libgmpxx.so.4()(64bit) is needed by gcc47-4.7.1_20120723-1.1.1.x86_64
            ??????? libgomp1 >= 4.7.1_20120723-1.1.1 is needed by gcc47-4.7.1_20120723-1.1.1.x86_64
            ??????? libmpc.so.2()(64bit) is needed by gcc47-4.7.1_20120723-1.1.1.x86_64
            ??????? libmpc2 >= 0.8.1 is needed by gcc47-4.7.1_20120723-1.1.1.x86_64
            ??????? libmpfr.so.4()(64bit) is needed by gcc47-4.7.1_20120723-1.1.1.x86_64
            ??????? libppl.so.9()(64bit) is needed by gcc47-4.7.1_20120723-1.1.1.x86_64
            ??????? libppl_c.so.4()(64bit) is needed by gcc47-4.7.1_20120723-1.1.1.x86_64
            ??????? rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by gcc47-4.7.1_20120723-1.1.1.x86_64
            ?????? ?

            嘗試下 zypper update 來搞定
            # zypper sa ftp://211.166.8.67/distribution/11.0/repo/oss/ My_OSS_CN
            3617 zmd
            ZENworks Management Daemon is running.
            WARNING: this command will not synchronize changes.
            Use rug or yast2 for that.
            Determining ftp://211.166.8.67/distribution/11.0/repo/oss/ source type...



            亚洲国产婷婷香蕉久久久久久| 亚洲熟妇无码另类久久久| 免费无码国产欧美久久18| 久久精品人人做人人爽电影| 国产精品美女久久福利网站| 国产一区二区精品久久凹凸| 国产99久久精品一区二区| 亚洲av日韩精品久久久久久a| 亚洲精品NV久久久久久久久久 | 久久精品国产国产精品四凭| 韩国三级中文字幕hd久久精品 | 久久精品一区二区国产| 伊人久久大香线蕉综合影院首页| 久久人人添人人爽添人人片牛牛| 久久国产亚洲精品| 亚洲精品午夜国产VA久久成人| 一本一本久久A久久综合精品| 久久天天躁狠狠躁夜夜avapp | 久久影院综合精品| 精品一区二区久久久久久久网站| 久久被窝电影亚洲爽爽爽| 国产精品无码久久综合网| 日产精品久久久久久久| 久久久久久九九99精品| 99久久婷婷国产一区二区| 久久天天躁狠狠躁夜夜2020一| 久久精品中文字幕无码绿巨人| 青青草国产成人久久91网| 色99久久久久高潮综合影院 | 狠狠色丁香婷婷综合久久来| 久久精品国产欧美日韩99热| 人妻精品久久久久中文字幕69| 日韩精品国产自在久久现线拍| 久久久久久国产a免费观看黄色大片| 久久精品国产亚洲av日韩| 日韩欧美亚洲综合久久影院Ds| 94久久国产乱子伦精品免费| 久久精品国产亚洲AV嫖农村妇女| 大香伊人久久精品一区二区| 久久久久国产精品三级网| 久久国产高清字幕中文|