* bug#50316: Latest git version doesn't build on Win with MSYS2
@ 2021-09-01 10:33 Arash Esbati
2021-09-02 6:38 ` Lars Ingebrigtsen
0 siblings, 1 reply; 2+ messages in thread
From: Arash Esbati @ 2021-09-01 10:33 UTC (permalink / raw)
To: 50316
Hi all,
I updated my local repo to 2c662e6d66 and after the successful configure
(which enables native compiler), the make process stops with:
[...]
CC image.o
CC json.o
CC tparam.o
CC lastfile.o
CCLD temacs.exe
z:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: comp.o:comp.c:(.text+0x199a): undefined reference to `gcc_jit_context_new_cast'
z:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: comp.o:comp.c:(.text+0x19ec): undefined reference to `gcc_jit_context_new_cast'
z:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: comp.o:comp.c:(.text+0x1ae2): undefined reference to `gcc_jit_context_new_cast'
collect2.exe: error: ld returned 1 exit status
make[1]: *** [Makefile:633: temacs.exe] Error 1
I suspect it is due to commit 6767e55659. My current working Emacs repo
version is 670b423ebc which built without problems. This is with gcc
10.3.
Best, Arash
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-02 6:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-01 10:33 bug#50316: Latest git version doesn't build on Win with MSYS2 Arash Esbati
2021-09-02 6:38 ` Lars Ingebrigtsen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.