bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#32425: build fails due to undefined reference to mpz_roinit_n


From: Tom Tromey
Subject: bug#32425: build fails due to undefined reference to mpz_roinit_n
Date: Sat, 11 Aug 2018 18:51:51 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux)

>>>>> "GM" == Glenn Morris <rgm@gnu.org> writes:

GM> Since 78ec68e, builds on hydra.nixos.org fail with:
GM> alloc.o: In function `make_pure_bignum':
GM>   alloc.c:5570: undefined reference to `mpz_roinit_n'

This was fixed here:

commit da7fc851dc21342bd8f33f92771fe78087b73e35
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Sat Aug 11 16:27:52 2018 -0700

  Reject old libgmp that lack mpz_roinit_n
  
  * configure.ac (HAVE_GMP): Port to RHEL 6.9, which has
  libgmp 3.5, which predates mpz_roinit_n.

Tom





reply via email to

[Prev in Thread] Current Thread [Next in Thread]