help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: on how to install gnutls dlls on windows


From: Eli Zaretskii
Subject: Re: on how to install gnutls dlls on windows
Date: Sun, 18 Apr 2021 20:18:28 +0300

> Date: Sun, 18 Apr 2021 13:44:36 -0300
> From:  Wayne Harris via Users list for the GNU Emacs text editor 
> <help-gnu-emacs@gnu.org>
> 
> %ls lib*
> libgnutls-30.dll
> libgnutlsxx-28.dll
> libhogweed-6.dll
> libidn2-0.dll
> libnettle-8.dll
> libpng-config
> libpng16-config
> libunistring-2.dll
> %
> --8<---------------cut here---------------end--------------->8---
> 
> I ran another emacs instance (through runemacs.exe), but 
> 
>   gnutls-available-p

First, make sure you have _all_ the dependencies of libgnutls-30.dll
available.  E.g., run the Dependency Walker on libgnutls-30.dll and
see that it finds all the dependency DLLs.  If needed, add more
dependency DDLs to that directory.

If that doesn't help, maybe your Emacs was built without GnuTLS
support?  Where did you get the Emacs binary?  And what does the
following produce inside Emacs:

  M-: system-configuration-features RET

Btw, how do you invoke gnutls-available-p, exactly?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]