码迷,mamicode.com
首页 > 其他好文 > 详细

centos6.4编译gcc6.4

时间:2018-12-16 19:29:26      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:bash   centos   download   --   efi   tps   prefix   load   https   

#!/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

标签:bash   centos   download   --   efi   tps   prefix   load   https   

原文地址:https://www.cnblogs.com/yuandaozhe/p/10127547.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!