From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.devel Subject: Re: emacs-20110425 windows binaries Date: Mon, 25 Apr 2011 08:49:28 -0400 Message-ID: <87hb9m4ht3.fsf@gmail.com> References: <87pqoa4j3g.fsf@gmail.com> <4DB569BD.70901@gmail.com> <87liyy4igl.fsf@gmail.com> <87fwp6ec6r.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1303735775 4011 80.91.229.12 (25 Apr 2011 12:49:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 25 Apr 2011 12:49:35 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 25 14:49:31 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QELEJ-0000pW-Ah for ged-emacs-devel@m.gmane.org; Mon, 25 Apr 2011 14:49:31 +0200 Original-Received: from localhost ([::1]:57878 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QELEI-00014d-Tn for ged-emacs-devel@m.gmane.org; Mon, 25 Apr 2011 08:49:30 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QELEG-00014N-GY for emacs-devel@gnu.org; Mon, 25 Apr 2011 08:49:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QELEF-0004hk-Ba for emacs-devel@gnu.org; Mon, 25 Apr 2011 08:49:28 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:55230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QELEF-0004hf-62 for emacs-devel@gnu.org; Mon, 25 Apr 2011 08:49:27 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QELED-0000nO-Vb for emacs-devel@gnu.org; Mon, 25 Apr 2011 14:49:25 +0200 Original-Received: from pool-151-205-103-198.ny325.east.verizon.net ([151.205.103.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Apr 2011 14:49:25 +0200 Original-Received: from sean.sieger by pool-151-205-103-198.ny325.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Apr 2011 14:49:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-151-205-103-198.ny325.east.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) Cancel-Lock: sha1:m4S2Zl5f4Doa/LzSXQ85QjxKD8g= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:138725 Archived-At: SS> were these built with GnuTLS support enabled? SS> By default; I didn't use --without-gnutls. Don't you need the GnuTLS libraries though? The instructions in nt/INSTALL say so: * Optional GnuTLS support You can build Emacs with GnuTLS support. Put the gnutls/gnutls.h header in the include path and link to the appropriate libraries (gnutls.dll and gcrypt.dll) with the --lib option. You can get pre-built binaries and an installer at http://josefsson.org/gnutls4win/. Thanks.