[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sending mail using tls under windows broken
From: |
Eli Zaretskii |
Subject: |
Re: sending mail using tls under windows broken |
Date: |
Sun, 25 Dec 2016 17:45:20 +0200 |
> Date: Sun, 25 Dec 2016 01:06:12 -0800 (PST)
> From: Jason Rumney <jasonrumney@gmail.com>
>
> > This is GNU Emacs 24.4.1 (i686-pc-mingw32)
> > of 2014-10-24 on LEG570
> >
> > The current version where it does not work is:
> >
> > GNU Emacs 25.1.1 (i686-w64-mingw32)
> > of 2016-09-17
>
> It seems you have a 32-bit copy of the gnutls library installed,
> but not a 64-bit one. The newer version of Emacs is a 64-bit build,
> so it needs libraries to match.
No, both of these binaries are 32-bit builds, as evidenced by the i686
prefix. The latter one was built using MinGW64 headers and libraries,
but in 32-bit mode.