1、首先声明 vcftools 软件的安装需要 root 权限 。

2、下载vcftools软件安装包 :https://github.com/vcftools/vcftools/releases    

wget https://github.com/vcftools/vcftools/releases/download/v0.1.16/vcftools-0.1.16.tar.gz 
# 然后解压
tar -xzvf vcftools-0.1.16.tar.gz
cd vcftools-0.1.16/

vcftools 软件的安装   GCC 编译器的安装

 

 然后编译:

     

./configure

报错了 !!!

vcftools 软件的安装   GCC 编译器的安装

 

 好像是没有 GCC 编译器 !!!!!

3、安装 GCC 编译器,找了几种方法,其中一种方法有效,附上链接:https://www.cnblogs.com/xiyushimei/p/8550930.html   

     注意:运行这一步之前必须保证 yum软件仓库配置好 !!!!

    在终端输入如下命令:

  

yum -y install gcc gcc-c++ kernel-devel

vcftools 软件的安装   GCC 编译器的安装

 

 以上是GCC安装成功的标志。

 接着上一步继续编译:

./configure

又报错了!!!!

vcftools 软件的安装   GCC 编译器的安装

 

 

 

 

相关文章:

  • 2021-06-01
  • 2022-01-14
  • 2022-01-01
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
  • 2022-01-21
  • 2021-10-13
猜你喜欢
  • 2022-12-23
  • 2021-08-14
  • 2021-06-01
  • 2021-06-10
  • 2021-08-23
  • 2021-07-21
  • 2021-11-07
相关资源
相似解决方案