From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: Merging bignum to master Date: Sun, 12 Aug 2018 21:30:30 +0200 Message-ID: References: <877ekwu1mn.fsf@tromey.com> <48742e8c-fffb-7fe0-bb12-2ce3dc171603@cs.ucla.edu> <83600fla4l.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1534102126 23697 195.159.176.226 (12 Aug 2018 19:28:46 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 12 Aug 2018 19:28:46 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 12 21:28:41 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fow2Z-0005zD-B6 for ged-emacs-devel@m.gmane.org; Sun, 12 Aug 2018 21:28:39 +0200 Original-Received: from localhost ([::1]:36149 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fow4e-0003Le-0S for ged-emacs-devel@m.gmane.org; Sun, 12 Aug 2018 15:30:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fow4X-0003LG-5g for emacs-devel@gnu.org; Sun, 12 Aug 2018 15:30:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fow4W-00081m-Ge for emacs-devel@gnu.org; Sun, 12 Aug 2018 15:30:41 -0400 Original-Received: from smtp.gentoo.org ([140.211.166.183]:56290) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fow4S-0007z0-SJ; Sun, 12 Aug 2018 15:30:37 -0400 Original-Received: from a1i15 (host2092.kph.uni-mainz.de [134.93.134.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: ulm) by smtp.gentoo.org (Postfix) with ESMTPSA id D9CFB335C8D; Sun, 12 Aug 2018 19:30:33 +0000 (UTC) In-Reply-To: <83600fla4l.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 12 Aug 2018 21:20:42 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 140.211.166.183 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:228456 Archived-At: >>>>> On Sun, 12 Aug 2018, Eli Zaretskii wrote: >> Thanks. There's still a problem, with an explicit --without-mini-gmp >> option both GMP_LIB and GMP_OBJ end up being empty, and linking of >> temacs fails. > What did you expect --without-mini-gmp to produce? That it will link against -lgmp, i.e. GMP_LIB should not be empty with that option. > Emacs _needs_ some GMP library and cannot be built without one > anymore, GMP is not an optional feature.