I used strawberry perl in windows 7. I need to install Math-GSL-0.36.
using command:
perl Build.PL
But the command give error:
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.
How to solve this problem? please help