[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs 26.1 on Windows is HUGE
From: |
Eli Zaretskii |
Subject: |
Re: Emacs 26.1 on Windows is HUGE |
Date: |
Wed, 17 Apr 2019 19:36:41 +0300 |
> From: Óscar Fuentes <ofv@wanadoo.es>
> Date: Wed, 17 Apr 2019 17:25:31 +0200
> Cc: help-gnu-emacs@gnu.org
>
> > >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.
A nit: that doesn't necessarily mean anything, because a 32-bit build
of 'strip' could well support 64-bit PE executables. It all depends
on how it was configured. To know whether it does, say "strip --help"
and look at the list of supported targets at the end. My 32-bit
binary says:
strip: supported targets: pe-i386 pei-i386 elf32-i386 elf32-iamcu
elf32-little elf32-big pe-x86-64 pei-x86-64 pe-bigobj-x86-64 elf64-x86-64
elf64-l1om elf64-k1om elf64-little elf64-big plugin srec symbolsrec verilog
tekhex binary ihex
See that pe-x86-64 stuff there?
- Re: Emacs 26.1 on Windows is HUGE, (continued)
- Re: Emacs 26.1 on Windows is HUGE, Eli Zaretskii, 2019/04/30
- Re: Emacs 26.1 on Windows is HUGE, Óscar Fuentes, 2019/04/30
- Re: Emacs 26.1 on Windows is HUGE, Eli Zaretskii, 2019/04/30
- Re: Emacs 26.1 on Windows is HUGE, Phillip Lord, 2019/04/30
- Re: Emacs 26.1 on Windows is HUGE, Eli Zaretskii, 2019/04/30
- Re: Emacs 26.1 on Windows is HUGE, Eli Zaretskii, 2019/04/27
Re: Emacs 26.1 on Windows is HUGE, Björn Lindqvist, 2019/04/16