centos6.4编译gcc6.4
Posted yuandaozhe
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos6.4编译gcc6.4相关的知识,希望对你有一定的参考价值。
#!/bin/bash dir=$(pwd) echo $dir cd $dir rm -rf gmp-6.1.2.tar.xz gmp-6.1.2 wget https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz tar xvf gmp-6.1.2.tar.xz cd gmp-6.1.2 ./configure --disable-shared --enable-static --prefix=$dir/extern make && make install echo "----------------gmp-6.1.2 over------------------"
以上是关于centos6.4编译gcc6.4的主要内容,如果未能解决你的问题,请参考以下文章