From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: sending mail using tls under windows broken Date: Sun, 25 Dec 2016 17:45:20 +0200 Message-ID: <83eg0wxban.fsf@gnu.org> References: <428cf11f-a142-4bc2-b561-ab24ca73d1d6@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1482680764 1791 195.159.176.226 (25 Dec 2016 15:46:04 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 25 Dec 2016 15:46:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 25 16:46:00 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cLAzm-00087d-FA for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Dec 2016 16:45:58 +0100 Original-Received: from localhost ([::1]:47224 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cLAzr-00084I-6R for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Dec 2016 10:46:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cLAzT-000840-HX for help-gnu-emacs@gnu.org; Sun, 25 Dec 2016 10:45:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cLAzQ-0008Pz-GO for help-gnu-emacs@gnu.org; Sun, 25 Dec 2016 10:45:39 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cLAzQ-0008Pq-Cs for help-gnu-emacs@gnu.org; Sun, 25 Dec 2016 10:45:36 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1399 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cLAzP-0001pX-Hk for help-gnu-emacs@gnu.org; Sun, 25 Dec 2016 10:45:36 -0500 In-reply-to: <428cf11f-a142-4bc2-b561-ab24ca73d1d6@googlegroups.com> (message from Jason Rumney on Sun, 25 Dec 2016 01:06:12 -0800 (PST)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112000 Archived-At: > Date: Sun, 25 Dec 2016 01:06:12 -0800 (PST) > From: Jason Rumney > > > 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.