syphilis has asked for the wisdom of the Perl Monks concerning the following question:
But the days of such simplicity are long gone - and it's probably time for me to adjust to the complexity and frustration of Module::Build and its co-obfuscators. So ... let's start with the output of running 'perl Build.PL':perl Makefile.PL INC="-IC:/_32/msys/1.0/local/include" LIBS="-LC:/_32/ +msys/1.0/local/lib -lgsl" dmake test dmake install
Where do I go from there ?Checking for GSL..'pkg-config' is not recognized as an internal or ext +ernal command, operable program or batch file. at Build.pl line 265 *** can not find package gsl *** check that it is properly installed and available in PKG_CONFIG_PA +TH at Build.pl line 265
I have (a static build of) gsl-1.11. The gsl includes are in C:/_32/msys/1.0/local/include/gsl and libgsl.a is in C:/_32/msys/1.0/local/lib.my %gsl_pkgcfg = ExtUtils::PkgConfig->find ('gsl');
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Building Math-GSL-0.07 on Win32 (MinGW compiler)
by almut (Canon) on Aug 01, 2008 at 14:48 UTC | |
by syphilis (Archbishop) on Aug 02, 2008 at 05:58 UTC | |
Re: Building Math-GSL-0.07 on Win32 (MinGW compiler)
by Corion (Patriarch) on Aug 01, 2008 at 14:13 UTC | |
Re: Building Math-GSL-0.07 on Win32 (MinGW compiler)
by Anonymous Monk on Aug 02, 2008 at 10:54 UTC | |
by syphilis (Archbishop) on Aug 02, 2008 at 11:34 UTC | |
by Anonymous Monk on Aug 02, 2008 at 12:10 UTC | |
by syphilis (Archbishop) on Aug 02, 2008 at 12:29 UTC |