日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

AIX 安装GCC

發(fā)布時間:2025/1/21 137 豆豆
生活随笔 收集整理的這篇文章主要介紹了 AIX 安装GCC 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

1、下載RPM包(ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gcc/)
gcc-4.7.2.aix6.1.ppc.rpm,
gcc-cplusplus-4.7.2.aix6.1.ppc.rpm,
libgcc-4.7.2.aix6.1.ppc.rpm,
libstdcplusplus-4.7.2.aix6.1.ppc.rpm,
libstdcplusplus-devel-4.7.2.aix6.1.ppc.rpm

2、FTP將安裝包上傳到服務器上

3、執(zhí)行安裝

#rpm -ivh gcc-4.7.2.aix6.1.ppc.rpm
#rpm -ivh libgcc-4.7.2.aix6.1.ppc.rpm
#rpm -ivh libstdcplusplus-4.7.2.aix6.1.ppc.rpm
#rpm -ivh libstdcplusplus-devel-4.7.2.aix6.1.ppc.rpm
#rpm -ivh gcc-cplusplus-4.7.2.aix6.1.ppc.rpm

4、執(zhí)行命令 #gcc -v,結果如下,整個安裝OK


-bash-4.2# gcc -v

Using built-in specs.

COLLECT_GCC=gcc

COLLECT_LTO_WRAPPER=/opt/freeware/libexec/gcc/powerpc-ibm-aix6.1.0.0/4.7.2/lto-wrapper

Target: powerpc-ibm-aix6.1.0.0

Configured with: ../gcc-4.7.2/configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --enable-languages=c,c++,fortran --prefix=/opt/freeware --mandir=/opt/freeware/man --infodir=/opt/freeware/info --enable-threads --enable-version-specific-runtime-libs --disable-nls --enable-decimal-float=dpd --host=powerpc-ibm-aix6.1.0.0

Thread model: aix

gcc version 4.7.2 (GCC)





轉載于:https://blog.51cto.com/40751/1255242

總結

以上是生活随笔為你收集整理的AIX 安装GCC的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。