Couldn't actually find a binary on any of the ppm reps. But Pari-2.010800 builds trivially for me on Strawberry's 5.10.0.

Just download the Pari-2.010800.tar.gz source tarball from CPAN and extract it to some location. Then extract the pari-2.1.7 source into the top level source folder. That is, the top level Math-Pari-2.010800 source folder, in addition to the Makefile.PL, 't' folder, MANIFEST, etc. will then also contain a folder called 'pari-2.1.7' that contains the pari source.

It's then just a matter of running 'perl Makefile.PL', 'dmake test', and 'dmake install'.

For the pari source, http://pari.math.u-bordeaux.fr/download.html provides the pari-2.3.4 source. You could try that instead of the 2.1.7 source, but it may not work with Math-Pari ... in which case you'll need to track down the 2.1.7 source.

Other than that, if you /msg me your email address I could send you a ppm. (Or I could send you the pari-2.1.7 source if you're having trouble tracking it down.)

Cheers,
Rob

In reply to Re: Math::Pari for Perl 5.10 on Win32 by syphilis
in thread Math::Pari for Perl 5.10 on Win32 by JStrom

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.