GNU bug report logs - #45303
28.0.50; [feature/native-comp] comp.c compilation error on Windows 10

Previous Next

Package: emacs;

Reported by: Liāu, Kiong-Gē 廖宮毅 <gongyi.liao <at> gmail.com>

Date: Thu, 17 Dec 2020 20:22:01 UTC

Severity: normal

Found in version 28.0.50

Done: Andrea Corallo <akrl <at> sdf.org>

Bug is archived. No further changes may be made.

Full log


Message #59 received at 45303 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Andrea Corallo <akrl <at> sdf.org>
Cc: pcfeb0009 <at> gmx.com, 45303 <at> debbugs.gnu.org
Subject: Re: bug#45303: #45303 [feature/native-comp] building error on Windows
Date: Fri, 18 Dec 2020 23:22:57 +0200
> Date: Fri, 18 Dec 2020 16:02:20 +0000
> Cc: 45303 <at> debbugs.gnu.org
> From: Andrea Corallo via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> 
> >   # patch to look for libgccjit-0.dll instead of libgcc.dll?  lisp/term/w32-win.el & src/emacs.c
> >   sed -i -e 's/libgccjit.dll/libgccjit-0.dll/' lisp/term/w32-win.el
> >   sed -i -e 's/libgccjit.dll/libgccjit-0.dll/' src/emacs.c
> 
> I've really no windows knowledge to judge that, perhaps Eli will
> comment.  If these are correct fixes you should submit a patch for
> those.

They are correct fixes, since DLLs on Windows usually have the API
number in their names.  In this case, I guess the API number is zero,
so libgccjit-0.dll is correct (and libgccjit.dll probably doesn't
exist in Windows installations of GCC/libgccjit).




This bug report was last modified 4 years and 132 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.