Xavier-François Roblot on Thu, 27 Sep 2012 18:46:22 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Please test pari-2.5.3 prerelease 1


On 26 sept. 2012, at 10:38, Xavier-Francois Roblot wrote:

> 
> On 25 sept. 2012, at 14:10, Bill Allombert wrote:
> 
>> Dear PARI developers,
>> 
>> As planned, I have made a prerelease of PARI 2.5.3.
>> 
>> Please test the new tarball:
>> <http://pari.math.u-bordeaux.fr/pub/pari/snapshots/pari-2.5.3.pre1.tar.gz>
>> 
>> Also, if you are using Fedora, please check whether PARI 2.6 fixes bug #1333,
>> and whether I should backport it.
> 
> Hi Bill,
> 
> I installed it on OS X Lion with gcc-4.7.1 (MacPorts):  compilation and full test suite, everything is fine.

I am not sure if it is a bug but if I do: make gp and then try to run gp directly from the pari directory, I get 
 
pari roblot$ ./gp
./gp: line 3: /Users/roblot/pari/gp-dyn.app/Contents/MacOS/gp-dyn: No such file or directory
./gp: line 3: exec: /Users/roblot/pari/gp-dyn.app/Contents/MacOS/gp-dyn: cannot execute: No such file or directory

I don't know if it's relevant but PARI/GP is configured with local install. Here is the configuration line:

./Configure --graphic=fltk --with-gmp=/opt/local --with-readline=/opt/local --prefix=/Users/roblot/pari/installed

Best,

Xavier