[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: |
Wed, 27 Nov 2019 02:00:09 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt) |
Eli Zaretskii <address@hidden> writes:
>> From: Stephen Leake <address@hidden>
>> Date: Tue, 26 Nov 2019 04:34:10 -0800
>>
>> gnutls-available-p returns nil. Running emacs under the debugger, I can
>> trace this to LoadLibraryW failing; the file name is
>> L"libgnutls-30.dll", which is in PATH as
>> D:\msys64\mingw64\bin\libgnutls-30.dll, installed via pacman.
>>
>> Currently neither w32_delayed_load nor init_gnutls_functions calls
>> GetLastError; would it help to add that?
>
> Does its value tell something useful in this case?
I did not modify the code to find out, but I'm guessing it's the
standard unhelpful "could not find the file" without the file name.
--
-- Stephe
- gnutls on mingw64, Stephen Leake, 2019/11/26
- Re: gnutls on mingw64, Eli Zaretskii, 2019/11/26
- Re: gnutls on mingw64,
Stephen Leake <=
- Re: gnutls on mingw64, Eli Zaretskii, 2019/11/27
- Re: gnutls on mingw64, Stephen Leake, 2019/11/28
- Re: gnutls on mingw64, Richard Copley, 2019/11/28
- Re: gnutls on mingw64, Eli Zaretskii, 2019/11/29
- Re: gnutls on mingw64, Richard Copley, 2019/11/29
- Re: gnutls on mingw64, Eli Zaretskii, 2019/11/29
- Re: gnutls on mingw64, Juanma Barranquero, 2019/11/28