I'm running Mac OSX, SuSE, Mandrake and Debian

I have Math-Pari-2.010703 on Mandrake-9.1, perl 5.8.8, built against pari-2.1.7.

The pari-2.1.7 source folder and the Math-Pari-2.010703 source folder are siblings (next to each other). Building is as difficult as cd'ing to the top level Math-Pari source folder and running 'perl Makefile.PL', 'make test' and 'sudo make install'. It even detected the ix86 processor and built using appropriate assembler instructions for that processor.

Perhaps there are problems with other processors (though a generic C build should still be possible) - and I don't know how it would go on a true 64-bit architecture. And, of course, I guess there are other variables that could make a difference, too.

Cheers,
Rob

In reply to Re^5: Prime Numbers by syphilis
in thread Prime Numbers by gtozoom

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.