From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL) Date: Fri, 06 May 2011 10:23:44 -0300 Message-ID: References: <4DC230CF.8070803@gmail.com> <4DC2994D.8020103@gmail.com> <83iptpm68b.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1304688238 16121 80.91.229.12 (6 May 2011 13:23:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 May 2011 13:23:58 +0000 (UTC) Cc: cschol2112@googlemail.com, Emacs-devel@gnu.org, Ben Key To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 06 15:23:52 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QIL0Y-0002IF-Pn for ged-emacs-devel@m.gmane.org; Fri, 06 May 2011 15:23:50 +0200 Original-Received: from localhost ([::1]:49048 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIL0Y-0006nc-8f for ged-emacs-devel@m.gmane.org; Fri, 06 May 2011 09:23:50 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIL0V-0006nT-Bz for Emacs-devel@gnu.org; Fri, 06 May 2011 09:23:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QIL0U-000066-M9 for Emacs-devel@gnu.org; Fri, 06 May 2011 09:23:47 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:42489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIL0U-000062-Kc for Emacs-devel@gnu.org; Fri, 06 May 2011 09:23:46 -0400 Original-Received: from 121-249-126-200.fibertel.com.ar ([200.126.249.121]:39989 helo=ceviche.home) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1QIL0U-0005Nl-4l; Fri, 06 May 2011 09:23:46 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 1C7A966168; Fri, 6 May 2011 10:23:44 -0300 (ART) In-Reply-To: <83iptpm68b.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 05 May 2011 20:01:40 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139173 Archived-At: > Look again. The above compilation command line, with > "-DPURESIZE=5000000", is the first compilation. Then all Lisp files > are compiled. And finally all the C files are recompiled without the > "-DPURESIZE=5000000" option. This is how bootstrap works on Windows. On an unrelated note: why do you need this -DPURESIZE=5000000 for the w32 build? Stefan