| Bill Allombert on Wed, 03 Apr 2024 15:57:36 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: gp2c make check -> bug |
On Wed, Apr 03, 2024 at 12:45:13PM +0200, Emmanuel ROYER wrote:
> Hello!
>
> I try to install gp2c (last version 0.0.13) on an Apple M1 Pro with last version of MacOs (14.4.1), on which gp works fine.
>
> I follow the instruction available here: [ https://pari.math.u-bordeaux.fr/pub/pari/manuals/gp2c/gp2c.html#sec3 | https://pari.math.u-bordeaux.fr/pub/pari/manuals/gp2c/gp2c.html#sec3 ]
>
> 1) Troubles seem to begin with ./configure. All information are provided at
> the end of this message, however I extract what seems to bo odd.
These 'no' are expected but not the 'BUG' of course.
> I guess the origin of my problems is here but I am not able to solve it (any idea?)
Did you do 'make install-bin-sta' ?
There is a known issue with gp2c on newer MacOS.
You need either PARI 2.15.5 or a git version with this commit
commit 930e237eca32b1efe577baf3b444ad65c9270973
Author: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Date: Fri Nov 24 18:41:11 2023 +0100
modules_build: add rpath for libpari (needed by gp-sta)
Cheers,
Bill.