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 19:21:08 +0200 Message-ID: References: <877ekwu1mn.fsf@tromey.com> <48742e8c-fffb-7fe0-bb12-2ce3dc171603@cs.ucla.edu> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1534097380 21950 195.159.176.226 (12 Aug 2018 18:09:40 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 12 Aug 2018 18:09:40 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 12 20:09:36 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 1fouo3-0005bH-Iu for ged-emacs-devel@m.gmane.org; Sun, 12 Aug 2018 20:09:35 +0200 Original-Received: from localhost ([::1]:35739 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fouq9-0007l9-VD for ged-emacs-devel@m.gmane.org; Sun, 12 Aug 2018 14:11:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1foupA-0007i0-38 for emacs-devel@gnu.org; Sun, 12 Aug 2018 14:10:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fou3H-000621-5L for emacs-devel@gnu.org; Sun, 12 Aug 2018 13:21:30 -0400 Original-Received: from dev.gentoo.org ([2001:470:ea4a:1:5054:ff:fec7:86e4]:39001 helo=smtp.gentoo.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fou3G-00061I-UP for emacs-devel@gnu.org; Sun, 12 Aug 2018 13:21:15 -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 CBEB4335C5D; Sun, 12 Aug 2018 17:21:11 +0000 (UTC) In-Reply-To: <48742e8c-fffb-7fe0-bb12-2ce3dc171603@cs.ucla.edu> (Paul Eggert's message of "Sun, 12 Aug 2018 01:09:26 -0700") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:470:ea4a:1:5054:ff:fec7:86e4 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:228446 Archived-At: >>>>> On Sun, 12 Aug 2018, Paul Eggert wrote: >> I noticed that there is no --with-gmp configure option to control >> linking against libgmp. It this as it is supposed to be? > We should have an option, for the same reason we have an option for > building versus linking to the regex library. I installed the attached > to try to do that. I didn't call the option --with-gmp, since the idea > is that Emacs always uses GMP in some form or another. I called it > --with-mini-gmp, as it controls whether Emacs uses mini-gmp or regular > GMP. 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.