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: "Official" binary of Emacs-24.4 for MS-Windows Date: Fri, 24 Oct 2014 18:55:34 +0300 Message-ID: <83tx2t5uo9.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1414166170 17653 80.91.229.3 (24 Oct 2014 15:56:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Oct 2014 15:56:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dani Moncayo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 24 17:56:03 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 1XhhDe-00047n-U2 for ged-emacs-devel@m.gmane.org; Fri, 24 Oct 2014 17:56:03 +0200 Original-Received: from localhost ([::1]:49227 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhhDe-0008Ji-Jm for ged-emacs-devel@m.gmane.org; Fri, 24 Oct 2014 11:56:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhhDV-0008IO-9l for emacs-devel@gnu.org; Fri, 24 Oct 2014 11:55:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhhDP-0005Wm-Ce for emacs-devel@gnu.org; Fri, 24 Oct 2014 11:55:53 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:37987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhhDP-0005WY-4T; Fri, 24 Oct 2014 11:55:47 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NDY00300H3JYQ00@a-mtaout22.012.net.il>; Fri, 24 Oct 2014 18:55:45 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NDY003E8HKWU130@a-mtaout22.012.net.il>; Fri, 24 Oct 2014 18:55:45 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:175783 Archived-At: > Date: Fri, 24 Oct 2014 17:13:41 +0200 > From: Dani Moncayo > Cc: Emacs development discussions > > Dani@LEG570 $ strip temacs.exe > Dani@LEG570 $ make > cd ../lisp; make update-subdirs > make[1]: Entering directory `/usr/home/dani/emacs/emacs-24.4-build/lisp' > for file in `find ../../emacs-24.4/lisp -type d -print`; do case > $file in ../../emacs-24.4/lisp*/cedet* | ../../emacs- > 24.4/lisp*/leim* ) ;; *) wins="$wins${wins:+ }$file" ;; esac; done; \ > for file in $wins; do \ > ../../emacs-24.4/lisp/../build-aux/update-subdirs $file; \ > done; > make[1]: Leaving directory `/usr/home/dani/emacs/emacs-24.4-build/lisp' > if test "no" = "yes"; then \ > rm -f bootstrap-emacs.exe; \ > ln temacs.exe bootstrap-emacs.exe; \ > else \ > ./temacs --batch --load loadup bootstrap || exit 1; \ > test "X" = X || -zex emacs.exe; \ > mv -f emacs.exe bootstrap-emacs.exe; \ > fi > /bin/sh: line 4: ./temacs: Bad file number What happens if you run the same command by hand, i.e. $ ./temacs --batch --load loadup bootstrap