Hi,
By my antiquated standards, if the source to this module was properly written, building this module would be as easy as:
perl Makefile.PL INC="-IC:/_32/msys/1.0/local/include" LIBS="-LC:/_32/ +msys/1.0/local/lib -lgsl" dmake test dmake install
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':
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
Where do I go from there ?
Line 265 of Build.PL is:
my %gsl_pkgcfg = ExtUtils::PkgConfig->find ('gsl');
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.

Any help appreciated. I promise to try to refrain from the use of expletives during the course of this thread, but I can't guarantee that I'll succeed in meeting that objective. Frankly, when I see that perl Build.PL output, it just makes my blood boil.

Cheers,
Rob

In reply to Building Math-GSL-0.07 on Win32 (MinGW compiler) by syphilis

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.