configure: error: could not find GSL BLAS
001、 问题
configure: error: could not find GSL BLAS ## 配置软件报错如下
002、解决方法
wget -c http://ftp.club.cc.cmu.edu/pub/gnu/gsl/gsl-latest.tar.gz
tar -xzvf gsl-latest.tar.gz
./configure
make
make install
003、再次配置
[root@PC1 treemix-1.13]# ./configure ## gls的报错消失
。