From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: emacs.exe is > 32M for w32 Date: Fri, 27 Feb 2009 23:23:56 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1235773685 31292 80.91.229.12 (27 Feb 2009 22:28:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Feb 2009 22:28:05 +0000 (UTC) Cc: Leo , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 27 23:29:21 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 1LdBCq-00086X-TW for ged-emacs-devel@m.gmane.org; Fri, 27 Feb 2009 23:29:21 +0100 Original-Received: from localhost ([127.0.0.1]:58289 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LdBBW-00018r-10 for ged-emacs-devel@m.gmane.org; Fri, 27 Feb 2009 17:27:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LdB7g-0007Mg-QO for emacs-devel@gnu.org; Fri, 27 Feb 2009 17:24:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LdB7e-0007Kl-TP for emacs-devel@gnu.org; Fri, 27 Feb 2009 17:24:00 -0500 Original-Received: from [199.232.76.173] (port=42544 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LdB7e-0007KW-OO for emacs-devel@gnu.org; Fri, 27 Feb 2009 17:23:58 -0500 Original-Received: from mail-ew0-f179.google.com ([209.85.219.179]:57685) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LdB7d-0007gJ-JU; Fri, 27 Feb 2009 17:23:57 -0500 Original-Received: by ewy27 with SMTP id 27so1543755ewy.42 for ; Fri, 27 Feb 2009 14:23:56 -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:cc:content-type :content-transfer-encoding; bh=pflcMOkkG+BwEqr4cpLUiDchOeybeexqTPK4vttgi9o=; b=QtE6iG5cUWsagD4Hw0LOSTc2nwkrNAwVEMJH07CBpMD42cmADB380SAyQuwZWLxaRx 5JE/8L4FxRyDljA1JilsQTXaeBMD7YfS9hbSXLgaQG90DGvfrjpKoazq0Q65qsRE1LZ3 4IGlLG5bo0PurtFyiIjtPAGss2/QRE2b8wAVg= 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 :cc:content-type:content-transfer-encoding; b=FJD1P3Ni67dDJQCz00jFMMMjjryVdpzXrdPsTOdvGYCSJ9O7wCSVQB7PvOE1C0dvap A9U+oDSJ4GyvOTaaU678o8Gdbhfwy78KMc2HK+efsSZ6158zj3kTuj9tAidEXvDC4869 VZC+mzZy4T66bUDaDTadsbB7NnbnMuqw76D1I= Original-Received: by 10.210.104.20 with SMTP id b20mr2327562ebc.8.1235773436853; Fri, 27 Feb 2009 14:23:56 -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:109377 Archived-At: 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. =C2=A0Is `strip' a Cygwin port= , > by chance? =C2=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. Juanma