It's working ok for me:
C:\_32>ppm remove Math::GSL Math-GSL: uninstalled C:\_32>ppm install Math::GSL Downloading ActiveState Package Repository packlist...done Updating ActiveState Package Repository database...done Downloading www.bribes.org packlist...not modified Downloading bribes packlist...redirect Downloading bribes packlist...done Downloading trouchelle packlist...done Updating trouchelle database...done Downloading sisyphusion packlist...not modified Downloading Math-GSL-0.22...done Unpacking Math-GSL-0.22...done Generating HTML for Math-GSL-0.22...done Updating files in site area...done Downloading Math-GSL-0.22 install script...done Running Math-GSL-0.22 install script...Set up gcc environment - 3.4.5 +(mingw spe cial) Proceed with installation? [yes] A copy of the needed library libgsl-0.dll was found in C:\_32\ap1202\bin\libgsl-0.dll. If this is compatible with the version + used to compile the Perl module, all that is needed to complete the installation is to ensure C:\_32\ap1202\bin\libgsl-0.dll is in your PATH environment variable. Fetch libgsl-0.dll? [no] Aborting download of libgsl-0.dll & libgslcblas-0.dll. done 158 files installed C:\_32>perl -MMath::GSL -e "print $Math::GSL::VERSION" 0.22 C:\_32>
What's the error you're getting ?

UPDATE: Aaah ... I see the mistake. In my previous post I gave you the *wrong* full link. It should have been:
ppm install http://www.sisyphusion.tk/ppm/Math-GSL.ppd
Cheers,
Rob

In reply to Re^8: Math::GSL installation on Windows XP by syphilis
in thread Math::GSL installation on Windows XP by Barnabas

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.