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 20:26:36 +0300 Message-ID: <83siid5qgj.fsf@gnu.org> References: <83tx2t5uo9.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1414171636 13426 80.91.229.3 (24 Oct 2014 17:27:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Oct 2014 17:27:16 +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 19:27:09 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 1Xhidm-0002gz-Ji for ged-emacs-devel@m.gmane.org; Fri, 24 Oct 2014 19:27:06 +0200 Original-Received: from localhost ([::1]:49659 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xhidm-0001fU-03 for ged-emacs-devel@m.gmane.org; Fri, 24 Oct 2014 13:27:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xhidd-0001ek-23 for emacs-devel@gnu.org; Fri, 24 Oct 2014 13:27:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhidX-0001d0-5y for emacs-devel@gnu.org; Fri, 24 Oct 2014 13:26:56 -0400 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:59860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhidW-0001co-RJ for emacs-devel@gnu.org; Fri, 24 Oct 2014 13:26:51 -0400 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NDY00F00KDF4H00@mtaout29.012.net.il> for emacs-devel@gnu.org; Fri, 24 Oct 2014 20:25:35 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NDY00FXKLQNU830@mtaout29.012.net.il>; Fri, 24 Oct 2014 20:25:35 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 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:175785 Archived-At: > Date: Fri, 24 Oct 2014 17:56:58 +0200 > From: Dani Moncayo > Cc: Emacs development discussions > > >> 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 > > Dani@LEG570 $ ./temacs --batch --load loadup bootstrap > sh: ./temacs: Bad file number 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