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: Included libraries in the Windows binary distribution Date: Sun, 5 Feb 2012 22:21:04 +0100 Message-ID: References: <8362fmemv9.fsf@gnu.org> <4F2DF0C7.6050903@gmail.com> <83liohckbr.fsf@gnu.org> <86k44113p3.fsf@googlemail.com> <8362flc876.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1328476915 3203 80.91.229.3 (5 Feb 2012 21:21:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2012 21:21:55 +0000 (UTC) Cc: cschol2112@googlemail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 05 22:21:54 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ru9Wy-0005pg-Nu for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2012 22:21:52 +0100 Original-Received: from localhost ([::1]:49987 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru9Ww-0003bi-UW for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2012 16:21:50 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:42453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru9Wu-0003bd-Gs for emacs-devel@gnu.org; Sun, 05 Feb 2012 16:21:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ru9Wt-0008Dx-KN for emacs-devel@gnu.org; Sun, 05 Feb 2012 16:21:48 -0500 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:43417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru9Wr-0008Dc-OW; Sun, 05 Feb 2012 16:21:46 -0500 Original-Received: by pbaa12 with SMTP id a12so4975468pba.0 for ; Sun, 05 Feb 2012 13:21:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=AE8a6mEt57KJfeOhGhA1cbjeeOSeew29pvLqS81JGr0=; b=vJ1Hpz/0uSWVqRMWRsPJfIU02OW6npg7wcGZ/Etifm42BOyb0UCu1e6l4zcjW/Dupr TK2mlwzCKCi23exPT65+DndHBBf6z3MeGAYalRIHZos7ddK2XCGLHMDr3uGMW6ShO3Hy LN7JUTc1y9m9RZBH+ESb8dd90N9NPzdr52Esk= Original-Received: by 10.68.228.198 with SMTP id sk6mr11291984pbc.9.1328476904181; Sun, 05 Feb 2012 13:21:44 -0800 (PST) Original-Received: by 10.143.37.9 with HTTP; Sun, 5 Feb 2012 13:21:04 -0800 (PST) In-Reply-To: <8362flc876.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.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:148209 Archived-At: On Sun, Feb 5, 2012 at 21:54, Eli Zaretskii wrote: > The question is: why does it even try to find it? =C2=A0And the answer is > that Emacs unconditionally calls xmlCleanupParser on exit, and that > call tries to load the library. Ah, curious :-) > Oh, yes, we do: > =C2=A0 =C2=A0 =C2=A0 =C2=A0GNUTLS_LOG (1, max_log_level, "GnuTLS library = not found"); > =C2=A0 =C2=A0 =C2=A0 =C2=A0return 0; Well, yes. I suppose if we call GnuTLS functions in batch mode we will get the message too. =C2=A0 =C2=A0 Juanma