I am currently trying to upgrade the PARI-GP version on my Mac to the latest stable version, but as I expected I am encountering miscellaneous problems :
Executing the instructions of the INSTALL file, â./Configureâ and âmake allâ work without problems, but âmake benchâ appears to become stranded (more than 15 min, after which I decided to abort the process) with the following output :
And this partial upgrade has corrupted my GP interpreter : now it displays a strange behavior exemplified below :
GP/PARI CALCULATOR Version 2.5.3 (released)
i386 running darwin (x86-64/GMP-5.0.4 kernel) 64-bit version
compiled: Jan 24 2013, gcc-4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
(readline v6.2 enabled, extended help enabled)
Copyright (C) 2000-2011 The PARI Group
PARI/GP is free software, covered by the GNU General Public License, and comes WITHOUT ANY WARRANTY WHATSOEVER.
Type ? for help, \q to quit.
Type ?12 for how to get moral (and possibly technical) support.
parisize = 8000000, primelimit = 500509
? factor(x^2-4)
*** at top-level: factor(x^2-4)
*** ^-------------
*** factor: impossible inverse modulo: Mod(2, 5).
*** Break loop: type 'break' to go back to GP