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的主要内容,如果未能解决你的问题,请参考以下文章

是否可以动态编译和执行 C# 代码片段?

mysql5.7.10 源码编译安装记录 (centos6.4)

源代码编译安装CloudStack 4.2

Notepad++编辑器——Verilog代码片段直接编译

导致资产预编译在heroku部署上失败的代码片段

centos6.4升级openssh7.4p1