From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Pure space overflow again Date: Fri, 25 Apr 2008 10:58:56 +0300 Message-ID: References: <877ienl2v9.fsf@gmx.de> <6161f3180804240838i33a87bddv40db8bd59f3159e7@mail.gmail.com> <87iqy7fbx3.fsf@kobe.laptop> <87skxbrtba.fsf@gmx.de> <878wz3ypqg.fsf@kobe.laptop> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1209110372 4629 80.91.229.12 (25 Apr 2008 07:59:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Apr 2008 07:59:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 25 10:00:07 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JpIqk-0006YF-MG for ged-emacs-devel@m.gmane.org; Fri, 25 Apr 2008 10:00:06 +0200 Original-Received: from localhost ([127.0.0.1]:49547 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JpIq4-0001PL-IS for ged-emacs-devel@m.gmane.org; Fri, 25 Apr 2008 03:59:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JpIpt-0001Ok-TP for emacs-devel@gnu.org; Fri, 25 Apr 2008 03:59:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JpIps-0001Nk-A0 for emacs-devel@gnu.org; Fri, 25 Apr 2008 03:59:12 -0400 Original-Received: from [199.232.76.173] (port=33882 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JpIpr-0001NZ-V4 for emacs-devel@gnu.org; Fri, 25 Apr 2008 03:59:12 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JpIpr-0002wc-L8 for emacs-devel@gnu.org; Fri, 25 Apr 2008 03:59:11 -0400 Original-Received: from mtaout5.012.net.il ([84.95.2.13]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JpIpq-0003Gp-Fx for emacs-devel@gnu.org; Fri, 25 Apr 2008 03:59:10 -0400 Original-Received: from HOME-C4E4A596F7 ([83.130.1.82]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0JZV00LL0G5TON30@i_mtaout5.012.net.il> for emacs-devel@gnu.org; Fri, 25 Apr 2008 11:13:05 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-kernel: by mx20.gnu.org: Solaris 9.1 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:95934 Archived-At: > Date: Fri, 25 Apr 2008 10:49:31 +0530 > From: dhruva > > I was wondering why I was not seeing the puresize overflow on M$. I > see the makefile on M$ defines PURESIZE=5000000. That's only for bootstrapping. For normal builds the Windows port uses the same size as the other platforms (modulo SYSTEM_PURESIZE_EXTRA adjustments, see srs/s/ms-w32.h).