﻿The versions of GP/PARI after  2.3.5 are not supported!
The versions of GP/PARI before 2.9.0 do not support 64-bit compilation with MS’ CRT library!  (longsize=4)
Strawberry Perl uses MS’ CRT library!

This is a deadlock.

==============================================================

There may be a way out — but except for running tests, its result is
completely unexplored!

In fact, Math::Pari can be BUILT with newer GP/PARI distributions (tested
up to 2.11.1).  Download the tarball, and use the option
   pari_tgz=ARCHIVE 
for Makefile.PL.  It does not support ALL the functionality enabled with
older versions of GP/PARI (such as 2.3.5), but unless you use some quite
involved stuff, you may have a chance to be in the supported area.

  perl Makefile.PL pari_tgz=../pari-2.11.1.tar.gz  2>&1 | tee -a 00c00
  dmake -k test 2>&1 | tee -a 00t00
	# Finger-crossed: expect 1 crash and: Failed 19/200 test programs. 190/1484 subtests failed.
	# Use gmake with newer Perl's (instead of dmake)

I need to know about your successes and failures.  (Thanks to yary who
gave a very helpful feedback.)
