From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Robert Pluim Newsgroups: gmane.emacs.devel Subject: Re: hybrid_malloc on CANNOT_DUMP? Date: Mon, 21 Nov 2016 17:55:12 +0100 Organization: not if I can help it Message-ID: <87lgwclqmn.fsf@gmail.com> References: <337f0a16-afbb-63dc-0d24-d53a9986be31@dancol.org> <92f6cd2e-5141-6e60-df08-4a33269928cd@cs.ucla.edu> <87polpkqle.fsf@gmail.com> <5fa55a68-2520-13d0-bb67-4d78efe1372a@cs.ucla.edu> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1479747340 12185 195.159.176.226 (21 Nov 2016 16:55:40 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 21 Nov 2016 16:55:40 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 21 17:55:36 2016 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 1c8rsU-00020T-Fi for ged-emacs-devel@m.gmane.org; Mon, 21 Nov 2016 17:55:34 +0100 Original-Received: from localhost ([::1]:50569 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8rsW-0005Ol-Ec for ged-emacs-devel@m.gmane.org; Mon, 21 Nov 2016 11:55:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8rsN-0005OM-Oh for emacs-devel@gnu.org; Mon, 21 Nov 2016 11:55:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c8rsJ-0002s8-50 for emacs-devel@gnu.org; Mon, 21 Nov 2016 11:55:27 -0500 Original-Received: from [195.159.176.226] (port=52726 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c8rsI-0002rY-Uo for emacs-devel@gnu.org; Mon, 21 Nov 2016 11:55:23 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1c8rsD-0008De-2N for emacs-devel@gnu.org; Mon, 21 Nov 2016 17:55:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 16 Original-X-Complaints-To: usenet@blaine.gmane.org Mail-Copies-To: never Cancel-Lock: sha1:IRSdFWgKVUuuCXS/6xoEYpxTmtA= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 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:209527 Archived-At: Paul Eggert writes: > On 11/21/2016 03:41 AM, Robert Pluim wrote: >> I guess you're using a more forgiving gcc than I am: > > Thanks for reporting that. It looks like I was building with different > config-time flags. Sorry; there are many combinations of flags here. I > installed the attached patch to work around that problem, so let's try > again. OK, it now compiles for me (and then fails to find loadup.el, but I guess that's expected for the moment) Regards Robert