John Duncan on Sun, 23 Oct 2011 17:47:05 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Running gp on OS X Lion |
Dear experts, I have attempted to install pari/gp on a machine running OS X 10.7.2 as per the instructions in the pari install guide available online (which worked fine for another machine running OS X 10.6.8). Somewhat distressingly the new installation runs, but is confused: it returns [1,0,5] when I feed it bezout(5,12). Have there been other reported issues with pari on OS X Lion? Is there an easy way to fix them? For what it's worth, the result of a make bench is copied below. Thanks in advance for your help. Faithfully, John Duncan Making bench in Odarwin-i386 * Testing objets for gp-sta..BUG [0] for gp-dyn..BUG [1] * Testing analyz for gp-sta..TIME=16 for gp-dyn..TIME=16 * Testing number for gp-sta..BUG [34] for gp-dyn..BUG [35] * Testing polyser for gp-sta..BUG [3] for gp-dyn..BUG [5] * Testing linear for gp-sta..BUG [9] for gp-dyn..BUG [7] * Testing elliptic for gp-sta..BUG [1] for gp-dyn..BUG [2] * Testing sumiter for gp-sta..TIME=21 for gp-dyn..TIME=20 * Testing graph for gp-sta..TIME=7 for gp-dyn..TIME=5 * Testing program for gp-sta..TIME=9 for gp-dyn..TIME=11 * Testing trans for gp-sta..BUG [33] for gp-dyn..BUG [28] * Testing nfields for gp-sta..../src/test/dotest: line 69: 3315 Done ( cat $file_in; echo 'print("Total time spent: ",gettime);' ) 3316 Segmentation fault: 11 | $RUNTEST $gp -q --test > $file_test 2>&1 BUG [472] for gp-dyn..../src/test/dotest: line 69: 3327 Done ( cat $file_in; echo 'print("Total time spent: ",gettime);' ) 3328 Segmentation fault: 11 | $RUNTEST $gp -q --test > $file_test 2>&1 BUG [505] +++ [BUG] Total bench for gp-sta is 227 +++ [BUG] Total bench for gp-dyn is 231 PROBLEMS WERE NOTED. The following files list them in diff format: Directory: /Applications/pari-2.5.0/Odarwin-i386 objets-sta.dif number-sta.dif polyser-sta.dif linear-sta.dif elliptic-sta.dif trans-sta.dif nfields-sta.dif objets-dyn.dif number-dyn.dif polyser-dyn.dif linear-dyn.dif elliptic-dyn.dif trans-dyn.dif nfields-dyn.dif make[1]: *** [bench] Error 1 make: *** [bench] Error 2