linux 下安装gsl

  1. 访问 http://ftp.club.cc.cmu.edu/pub/gnu/gsl/下载最新版本的,现在最新的是gsl-1.16.tar.gz,已经是2013年更新的了。然后下载
  2. 安装
    • 简便的安装过程(TCMI)就是
      tar -zxvf gsl-1.16.tar.gz
      cd gsl-1.16
      ./configure
      make
      sudo make install
    • 推荐安装的时候查看一下INSTALL,README文件,作为任何安装的一个习惯性的过程

Dealing with:

  • fatal error: gsl/gsl_statistics_int.h: No such file or directory
    #include <gsl/gsl_statistics_int.h
                                      ^
    compilation terminated.
    make: *** [program] Error 1

 

Reference:

1. http://blog.163.com/znn04006518@126/blog/static/11825612520120975113630/

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。