From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: "Official" binary of Emacs-24.4 for MS-Windows Date: Fri, 24 Oct 2014 20:03:51 +0200 Message-ID: References: <83tx2t5uo9.fsf@gnu.org> <83siid5qgj.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1414173846 16776 80.91.229.3 (24 Oct 2014 18:04:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Oct 2014 18:04:06 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 24 20:04:01 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XhjDU-00032w-QJ for ged-emacs-devel@m.gmane.org; Fri, 24 Oct 2014 20:04:00 +0200 Original-Received: from localhost ([::1]:49769 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhjDU-0007vd-D3 for ged-emacs-devel@m.gmane.org; Fri, 24 Oct 2014 14:04:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhjDP-0007vQ-2U for emacs-devel@gnu.org; Fri, 24 Oct 2014 14:03:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhjDO-0005lI-2P for emacs-devel@gnu.org; Fri, 24 Oct 2014 14:03:55 -0400 Original-Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:36806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhjDM-0005ki-2D; Fri, 24 Oct 2014 14:03:52 -0400 Original-Received: by mail-wi0-f173.google.com with SMTP id ex7so1879372wid.12 for ; Fri, 24 Oct 2014 11:03:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=QDWNGoIwVEjXJZ+D40LkfBJV46LPrApp///sIGtGkNc=; b=VWuO/Lm0qOE+cVXUaGawq0Q39uXtNQ2ohDC1Qgo+yTYc8rTqg50gn1H0FgulrRtKnF PRfRyOOQKAHvCTtVc4LHGhGSWxxvu5pfFvFG7UzedR3Z17jWqXLWRzTGgXFMFC1NkMXr j3F7KVNh8cWktNnfYWWnbNbGAAYXIhJ9vHAt70ApaGRsbgUIK1kCSDSh8k7xOa+s/44T z+UkK3qMXK7dyA/n2FMX51xUDICqegth5UL3AHNcClSo0MLJnF1E5BYxcKdZNgitSWj1 862XRDancQdBCd1FzAZRakbB9k0cf5gwz3qQPi8wv96QtHST8nG5R1qFmOcD0KWbTbLl vG1g== X-Received: by 10.194.209.230 with SMTP id mp6mr6584898wjc.2.1414173831077; Fri, 24 Oct 2014 11:03:51 -0700 (PDT) Original-Received: by 10.217.152.70 with HTTP; Fri, 24 Oct 2014 11:03:51 -0700 (PDT) In-Reply-To: <83siid5qgj.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22d X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175789 Archived-At: > Ouch, sorry, you are right. I forgot: the correct commands to run > are: > > $ cd src > $ strip temacs.tmp > $ ../nt/addsection temacs.tmp temacs.exe EMHEAP 27 > $ cd .. > $ make Ok thank you. I now have an stripped binary that seems to work fine. A couple more questions: To produce the binary distribution, should I do a plain "make install"? Or perhaps: make install GZIP_INFO= GZIP_PROG= ? Also, the README file in [1] was written for 24.3. So I think it should be renamed (README-24.3), and perhaps a new README-24.4 file should be written (by someone knowledgeable enough, not me :-) ). -- Dani Moncayo [1] http://ftp.gnu.org/gnu/emacs/windows/