From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: emacs-20110510 windows binaries Date: Fri, 13 May 2011 12:51:07 +0200 Message-ID: References: <87tyd2zasn.fsf@gmail.com> <874o505awb.fsf@lifelogs.com> <87mxirzwu2.fsf@gmail.com> <4DCC94F8.1090207@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1305283918 13392 80.91.229.12 (13 May 2011 10:51:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 May 2011 10:51:58 +0000 (UTC) Cc: Sean Sieger , Ted Zlatanov , emacs-devel@gnu.org To: Christoph Scholtes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 13 12:51:53 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 1QKpyK-0005Cb-JC for ged-emacs-devel@m.gmane.org; Fri, 13 May 2011 12:51:52 +0200 Original-Received: from localhost ([::1]:44320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKpyJ-00021V-PJ for ged-emacs-devel@m.gmane.org; Fri, 13 May 2011 06:51:51 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKpyH-00021Q-HD for emacs-devel@gnu.org; Fri, 13 May 2011 06:51:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKpyG-0001Ac-Nx for emacs-devel@gnu.org; Fri, 13 May 2011 06:51:49 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:56081) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKpyG-0001AF-Kc for emacs-devel@gnu.org; Fri, 13 May 2011 06:51:48 -0400 Original-Received: by ywa1 with SMTP id 1so1037522ywa.0 for ; Fri, 13 May 2011 03:51:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=+ra/+Bm7RrX+BlabjQgbSKsjj3/kOoON/CYLxib+X9Q=; b=qrgXv84lbK4nVyaWx2oIbRCoC8++K9YAHnFQ2zFUDKpYYbMlLpmZKdGRkNKpVxqlke UGHiJW3Gb9p+fOuPu1V319KWUzWcaJ6rPRrNk2I1vp+rMSy/tU7U/HDU4GkNdoQctPNM n7qh8dVhBE0cdeMIhiWz83WBbRmb9t5vC2xY8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=dxzxfnM1JGT44dFj2VDJW1+xVTG2+C739QyNIo6+kM3tXfUR9DaBe0wYYRizS3tGPl n7jwVx0XSarYs/n7rAarnTw64w/b4qtGYqmSJxcrky9202hMDNQniz2OukgzWKz3Z4KN jB3qbY9OL7roifbonUwuKIRe+SxgQm480lm28= Original-Received: by 10.151.105.10 with SMTP id h10mr1215539ybm.316.1305283907213; Fri, 13 May 2011 03:51:47 -0700 (PDT) Original-Received: by 10.147.167.11 with HTTP; Fri, 13 May 2011 03:51:07 -0700 (PDT) In-Reply-To: <4DCC94F8.1090207@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.41 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:139349 Archived-At: On Fri, May 13, 2011 at 04:18, Christoph Scholtes wrote: > Also, there is no > `ldflags' options specifying the location of the gnutls library for the > linker. Did you specify `--lib gnutls'? > > If not, I would assume it is unlikely that the build is compiled with Gnu= TLS > support enabled. There's no need to specify "--lib gnutls", because Emacs on Windows does not statically link it. > Check the output of the configure.bat file to see if GnuTLS > is enabled or disabled at configure time. Yes, that's the way. =C2=A0 =C2=A0 Juanma