Philippe Elbaz-Vincent on Thu, 11 Aug 2005 01:26:11 +0200


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

error in function 'galoisinit' in latest cvs


Hi,

trying to compile (on Linux/x86_64) the latest cvs version of PARI/GP
failed with the following error


../src/modules/stark.c: In function `makescind':
../src/modules/stark.c:2598: error: too many arguments to function `galoisinit'
make[1]: *** [stark.o] Error 1


and indeed at line 2598

    G = galoisinit(pol, NULL, 0);
                              ^-- extra argument


but according to galconj.c there should be only 2 parameters, is it a typo ?

Cheers, Philippe.