emacs-devel
[Top][All Lists]
Advanced

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

Re: building Emacs on Msys2/mingw32


From: Eli Zaretskii
Subject: Re: building Emacs on Msys2/mingw32
Date: Tue, 09 Sep 2014 21:15:30 +0300

> Date: Tue, 09 Sep 2014 21:11:38 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
> 
> > Date: Tue, 09 Sep 2014 19:53:18 +0200
> > From: Angelo Graziosi <address@hidden>
> > CC: 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: riga 4: ./temacs: cannot execute binary file: Exec format error
> > Makefile:828: set di istruzioni per l'obiettivo "bootstrap-emacs.exe" non 
> > riuscito

It's possible that x86_64-pc-mingw32 somehow triggers the use of the
wrong linker script.  Add the -v switch to the link command, and see
if you spot any significant differences between the two builds when
GCC links temacs.exe.



reply via email to

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