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: emacs.exe is > 32M for w32 Date: Fri, 27 Feb 2009 23:34:51 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1235770512 21128 80.91.229.12 (27 Feb 2009 21:35:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Feb 2009 21:35:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 27 22:36:29 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 1LdANe-0007Bf-6t for ged-emacs-devel@m.gmane.org; Fri, 27 Feb 2009 22:36:26 +0100 Original-Received: from localhost ([127.0.0.1]:46753 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LdAMJ-0003WI-9J for ged-emacs-devel@m.gmane.org; Fri, 27 Feb 2009 16:35:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LdAME-0003W6-Hm for emacs-devel@gnu.org; Fri, 27 Feb 2009 16:34:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LdAMC-0003Vu-UU for emacs-devel@gnu.org; Fri, 27 Feb 2009 16:34:57 -0500 Original-Received: from [199.232.76.173] (port=46753 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LdAMC-0003Vr-Of for emacs-devel@gnu.org; Fri, 27 Feb 2009 16:34:56 -0500 Original-Received: from mtaout7.012.net.il ([84.95.2.19]:27727) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LdAMC-0007NC-Cs for emacs-devel@gnu.org; Fri, 27 Feb 2009 16:34:56 -0500 Original-Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KFQ00200SQ38700@i-mtaout7.012.net.il> for emacs-devel@gnu.org; Fri, 27 Feb 2009 23:35:02 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.167.119]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KFQ0082LUM6M1G0@i-mtaout7.012.net.il>; Fri, 27 Feb 2009 23:34:54 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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:109373 Archived-At: > From: Leo > Date: Fri, 27 Feb 2009 19:40:35 +0000 > > > Does it help to say "strip emacs.exe"? > > After doing this, it becomes invalid w32 program. That probably means your `strip' command is incompatible with the development tools used to build emacs.exe. Is `strip' a Cygwin port, by chance? You need `strip.exe' from the MinGW Binutils, not from Cygwin.