From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Robinow Newsgroups: gmane.emacs.devel Subject: Re: emacs.exe is > 32M for w32 Date: Fri, 27 Feb 2009 18:32:57 -0500 Message-ID: <4eb0089f0902271532l442e68ees629ea3f78ccd86de@mail.gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1235777591 9603 80.91.229.12 (27 Feb 2009 23:33:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Feb 2009 23:33:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 28 00:34:27 2009 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 1LdCDr-0004YH-In for ged-emacs-devel@m.gmane.org; Sat, 28 Feb 2009 00:34:27 +0100 Original-Received: from localhost ([127.0.0.1]:40495 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LdCCW-00070X-QV for ged-emacs-devel@m.gmane.org; Fri, 27 Feb 2009 18:33:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LdCCR-0006yF-JH for emacs-devel@gnu.org; Fri, 27 Feb 2009 18:32:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LdCCR-0006xp-5j for emacs-devel@gnu.org; Fri, 27 Feb 2009 18:32:59 -0500 Original-Received: from [199.232.76.173] (port=40679 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LdCCR-0006xh-1Z for emacs-devel@gnu.org; Fri, 27 Feb 2009 18:32:59 -0500 Original-Received: from yw-out-1718.google.com ([74.125.46.156]:60664) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LdCCQ-0006MQ-R5 for emacs-devel@gnu.org; Fri, 27 Feb 2009 18:32:58 -0500 Original-Received: by yw-out-1718.google.com with SMTP id 6so958360ywa.66 for ; Fri, 27 Feb 2009 15:32:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=uL3ZBNNyg8pBvIWFgvBMy1yAHQufSOnBEiwymWrCtGQ=; b=xkTYzSEiGMqrIiYHYL+NqVBZ4jdolcRcLr6czAx0NXAjZcUSQHrMiOVrGUMhyzV1Qp Ce6yB1SYgrTwExid43hUEy9SmWqnO+TK0AVMPv8ioQ9wr9BjYXKLHzfcGd270Vsnmy0h yyUnn9O55OtP4tUxQsBaLdlDouKrdQSiKZXzI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=eWHBuctzBQNVxD96C4QzQJFWSz0uuxB6xU86snFj6qCSc8wXoMsYHjY8Bo5y0dX3rl PW1XvgKMGRLuv5oaJMZJd6Q5qAl9owxGKDWVYFOQ6We09aT4gKqG8cZPFChKjsiuF0LX 9J5HjNIFCJCBd7Wl+ACOeX9o4FLFZ04E+Gsx8= Original-Received: by 10.151.102.16 with SMTP id e16mr692537ybm.236.1235777577889; Fri, 27 Feb 2009 15:32:57 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:109380 Archived-At: On Fri, Feb 27, 2009 at 5:23 PM, Juanma Barranquero wrot= e: > On Fri, Feb 27, 2009 at 22:34, Eli Zaretskii wrote: > >> That probably means your `strip' command is incompatible with the >> development tools used to build emacs.exe. =A0Is `strip' a Cygwin port, >> by chance? =A0You need `strip.exe' from the MinGW Binutils, not from >> Cygwin. > > Whenever I've tried to strip the Emacs executable, I've got an invalid > emacs.exe. > > That, using a MinGW strip.exe on a MinGW-compiled Emacs. I thought 'strip' had worked at some time in the past, but I'm getting the same result. Not that I actually care. I normally use "configure --no-debug"