From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Merging bignum to master Date: Sun, 12 Aug 2018 21:20:42 +0300 Message-ID: <83600fla4l.fsf@gnu.org> References: <877ekwu1mn.fsf@tromey.com> <48742e8c-fffb-7fe0-bb12-2ce3dc171603@cs.ucla.edu> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1534097929 28032 195.159.176.226 (12 Aug 2018 18:18:49 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 12 Aug 2018 18:18:49 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 12 20:18:45 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 1fouwt-00079d-40 for ged-emacs-devel@m.gmane.org; Sun, 12 Aug 2018 20:18:43 +0200 Original-Received: from localhost ([::1]:35804 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fouyz-0006zl-Nb for ged-emacs-devel@m.gmane.org; Sun, 12 Aug 2018 14:20:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fouyo-0006za-9g for emacs-devel@gnu.org; Sun, 12 Aug 2018 14:20:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fouyk-00064p-Ax for emacs-devel@gnu.org; Sun, 12 Aug 2018 14:20:42 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37625) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fouyk-00064f-7Q; Sun, 12 Aug 2018 14:20:38 -0400 Original-Received: from [176.228.60.248] (port=1511 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fouyj-0004TD-JH; Sun, 12 Aug 2018 14:20:37 -0400 In-reply-to: (message from Ulrich Mueller on Sun, 12 Aug 2018 19:21:08 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:228447 Archived-At: > From: Ulrich Mueller > Date: Sun, 12 Aug 2018 19:21:08 +0200 > Cc: emacs-devel@gnu.org > > 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? Emacs _needs_ some GMP library and cannot be built without one anymore, GMP is not an optional feature.