2016-07-25 133 views
-1

我在windows 7中使用了草莓perl。我需要安装Math-GSL-0.36。不能执行“gsl-config”:在Build.pl没有这样的文件或目录

使用命令:

perl Build.PL 

但命令给出错误:

Checking for GSL using gsl-config Can't exec "gsl-config": No such file or directory at Build.pl line 305.


*** Can't find GSL with gsl-config.

*** Trying with PkgConfig.

PkgConfig is currently needed to find GSL for the compilation of this module.

如何解决这个问题呢?请帮助

回答

0

您需要安装gsl-config,README.md声明您需要在构建模块之前进行正确的GSL安装。 GSL-配置可以在下面的包中找到在Debian:

sudo apt-get install libgsl0-dev 
+0

平台是windows不是linux/debian –

+0

@AnimeshKumarPaul无论如何,如果你想使用一个模块,安装所需的软件包。 –

+0

我知道,我需要安装它。我需要知道在Windows中安装它的过程是什么。 –

相关问题