emacs-devel
[Top][All Lists]
Advanced

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

Re: gnutls on mingw64


From: Stephen Leake
Subject: Re: gnutls on mingw64
Date: Tue, 26 Nov 2019 17:10:56 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt)

Richard Copley <address@hidden> writes:

> Are you missing a dependency? 

Yes, sigh (see below).

> You can investigate DLL loading with <
> https://github.com/lucasg/Dependencies> 

Thanks; that has a command line interface, so I can be sure it's using
the same PATH as Emacs

> (use it on libgnutls-30.dll, not on emacs.exe). Non-system
> dependencies here:
>
> C:\msys64\mingw64\bin\libhogweed-5.dll

Missing this

> C:\msys64\mingw64\bin\libnettle-7.dll

and this


So the dependency list in mingw pacman is incorrect for libgnutls. I've
reported this via the mingw64 github issues page:
https://github.com/msys2/MINGW-packages/issues/5997

Hmm. pacman has a package msys/libhogweed 3.5.1, which installs
d:/msys64/mingw64/bin/libhogweed-4.dll; wrong version. Sigh.

Similarly, package libnettle 3.5 installs libnettle-6.dll.

And I did pacman -Sy.

How did you get the required versions?

-- 
-- Stephe



reply via email to

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