From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.help Subject: Re: Emacs 26.1 on Windows is HUGE Date: Wed, 17 Apr 2019 17:25:31 +0200 Message-ID: <87y348slg4.fsf@telefonica.net> References: <87d0loujuf.fsf@telefonica.net> <87r2a1u0vj.fsf@telefonica.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="40131"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: help-gnu-emacs@gnu.org To: =?utf-8?Q?Bj=C3=B6rn?= Lindqvist Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 17 17:25:51 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hGmRb-000AJd-J2 for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Apr 2019 17:25:51 +0200 Original-Received: from localhost ([127.0.0.1]:55326 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGmRa-0005si-FT for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Apr 2019 11:25:50 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:60716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGmRO-0005rt-SB for help-gnu-emacs@gnu.org; Wed, 17 Apr 2019 11:25:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hGmRN-0006IZ-As for help-gnu-emacs@gnu.org; Wed, 17 Apr 2019 11:25:38 -0400 Original-Received: from relayout02-redir.e.movistar.es ([86.109.101.202]:19885) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hGmRM-0006Fr-4C for help-gnu-emacs@gnu.org; Wed, 17 Apr 2019 11:25:37 -0400 Original-Received: from sky (108.red-79-151-7.dynamicip.rima-tde.net [79.151.7.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: 981711563@telefonica.net) by relayout02.e.movistar.es (Postfix) with ESMTPSA id 44kmJr5SVzzdbHJ; Wed, 17 Apr 2019 17:25:32 +0200 (CEST) In-Reply-To: (=?utf-8?Q?=22Bj=C3=B6rn?= Lindqvist"'s message of "Wed, 17 Apr 2019 06:09:22 +0200") X-CTCH-Score: 0.000 X-CTCH-ScoreCust: 0.000 X-TnetOut-Country: IP: 79.151.7.108 | Country: ES X-TnetOut-Information: AntiSPAM and AntiVIRUS on relayout02 X-TnetOut-MsgID: 44kmJr5SVzzdbHJ.A95A8 X-TnetOut-SpamCheck: no es spam, Unknown X-TnetOut-From: ofv@wanadoo.es X-TnetOut-Watermark: 1556119533.24193@IXHZ5dkbkn2PNLfy8xCFIQ X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 86.109.101.202 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119958 Archived-At: Bj=C3=B6rn Lindqvist writes: >> > > C:\code\langs\MingGW\bin\strip.exe -s emacs.exe >> > C:\code\langs\MingGW\bin\strip.exe:emacs.exe: File format not reco= gnized >> >> You have Emacs x86_64 and that "strip.exe" executable is for i686. That >> means that you have a 64 bits Emacs Windows executable but the strip.exe >> executable was configured for working on 32 bits executables. > > I downloaded the 64bit MinGW (from here > https://sourceforge.net/projects/mingw-w64/) > and that strip.exe doesn't work either: > > >C:\code\langs\MingGW-64\mingw32\bin\strip.exe emacs.exe > C:\code\langs\MingGW-64\mingw32\bin\strip.exe:emacs.exe: File > format not recognized You downloaded the 32bit MinGW-w64 toolset, as hinted by the "\mingw32\" part on the path to strip.exe in your command line. Despite its name, MinGW-w64 distributes both 32bit and 64bit toolsets.