Bill Allombert on Thu, 23 Jan 2003 15:48:20 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Latest CVS version failed to compile |
On Thu, Jan 23, 2003 at 02:20:07PM +0100, Xavier-Francois Roblot wrote: > Hi, > > as the title says: I can't compile the latest CVS version of gp. The > problem comes from the undefined functions: int_LWS, int_nextW ... Below > is a more complete output of the failed compilation. We have splitted the kernel in smaller part that at cat'ed at compile time. int_LSW ets.. are macros in the src/kernel/{gmp,none}/int.h file. Please remove Olinux-i686/parilvl1.h and Olinux-i686/pariinl.h, this should fix the problem, or try make clean. Cheers, Bill. PS: We have put the gcd/gcdext code in the kernel in 3 separate files: gcd.c gcdll.c ratlift.c, this allows to reuse gcdll.c and ratlift.c in the GMP kernel without replication.