$ perl Makefile.PL machine=port
####
First I need to edit the code that FTP's pari libs as I can't use external ftp. All I did was point at localhost and put the archive in a known place.
$ perl Makefile.PL
...
gets the code (2.1.7) and patches it.
id's my machine as sparcv9 so sets build to sparcv8-micro
...
$ make
...
(compiling gen1.c)
./pariinl.h: In function `gmul':
./pariinl.h:887: error: asm-specifier for variable `hiremainder' conflicts with asm clobber list
...
####
$ make gp
...
(compiling mp.c)
../src/kernel/none/mp.c: In function `addrr':
../src/kernel/none/mp.c:598: error: asm-specifier for variable `overflow' conflicts with asm clobber list
../src/kernel/none/mp.c:634: confused by earlier errors, bailing out
...