Benjamin Benninghofen on Sat, 28 Jan 2006 21:21:36 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Some functions from paridecl.h are not implemented |
The File paridecl.h contains the following declarations, but their implementation is missing. gscalcol_proto gbittest3 element_pow_mod_p lllgramall nf_get_LLL gtor shifti3 poldivrem_i FpXQX_safegcd incgam3 padicfieldslist I am using the CVS version downloaded after Bug#407 was fixed. Another problem arises when the application using PARI is compiled with the gcc option -std=c99 under SUSE 9.0. In that case the #include <pari.h> does not get the definition of ulong and then the compilation fails. Is PARI supposed to be compatible with C99 applications ? ===================== Benjamin Benninghofen