emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Official" binary of Emacs-24.4 for MS-Windows


From: Eli Zaretskii
Subject: Re: "Official" binary of Emacs-24.4 for MS-Windows
Date: Fri, 24 Oct 2014 20:26:36 +0300

> Date: Fri, 24 Oct 2014 17:56:58 +0200
> From: Dani Moncayo <address@hidden>
> Cc: Emacs development discussions <address@hidden>
> 
> >> 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
> 
> address@hidden $ ./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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]