> From: Ken Goldman <kgold...@us.ibm.com>
> Date: Wed, 22 Mar 2023 09:23:06 -0400
> 
> Windows 11, emacs 28.1:
> 
> When I move from gcc 32-bt to 64-bit (mingw), I get these errors.
> 
> It fails on url-history.el, msb.el, ring.el, and misearch.el.
> 
> Is there a fix?

If your Emacs was compiled as 32-bit application, you must use a
32-bit GCC and Binutils to perform native-compilation.  And if your
Emacs was compiled as a 64-bit application, you must use 64-bit
compiler.  You cannot mix them.

Reply via email to