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: Glenn Morris
Subject: bug#32425: build fails due to undefined reference to mpz_roinit_n
Date: Sat, 11 Aug 2018 18:45:25 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Package: emacs
Version: 27.0.50

Since 78ec68e, builds on hydra.nixos.org fail with:

alloc.o: In function `make_pure_bignum':
  alloc.c:5570: undefined reference to `mpz_roinit_n'

A quick search suggests this function was added in gmp 6.
hydra is using gmp 5.1.3.
There is no gmp version test in configure.ac, and no option to force use
of mini-gmp.
This suggests builds on eg RHEL6 would fail in the same way.

Ref eg https://hydra.nixos.org/build/79486113





reply via email to

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