Dumb Question
Edouard G. Parmelan
Edouard.Parmelan at quadratec.fr
Wed Feb 2 04:23:56 PST 2000
Aaron M. Renn wrote:
> I'm trying to build a Kaffe snapshot
shapshot from http://www.kaffe.org/ftp/pub/kaffe/kaffe-snap.tar.gz or
ftp://ftp.kaffe.org/pub/kaffe/kaffe-snap.tar.gz is broken since November
1999 (when CVS repository was changed).
I manually build snapshot. You can download it from http://egp.free.fr/kaffe.
Last one was build on 14 January 2000.
> and am getting a compile error in
> BigInteger.c:
>
> /usr/local/src/kaffe-snap/libraries/clib/math/BigInteger.c:468:
> undefined reference to `mpz_get_d'
>
> This looks like a GMP function. However, I've got that library installed,
> version 2.0.
You're right, this function was new in gmp-2.0.1 and Kaffe use it. We
should check `mpz_get_d' in place of `mpz_add' in configure.
> There's a point release 2.0.2, but I'm sick of downloading stuff
> right now. Any pointers?
ftp://ftp.gnu.org/pub/gnu/gmp/gmp-2.0.2.tar.gz
or any GNU mirror near you.
--
Edouard G. Parmelan
http://egp.free.fr
More information about the kaffe
mailing list