unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* gnutls on mingw64
@ 2019-11-26 12:34 Stephen Leake
  2019-11-26 15:42 ` Richard Copley
  2019-11-26 15:46 ` Eli Zaretskii
  0 siblings, 2 replies; 14+ messages in thread
From: Stephen Leake @ 2019-11-26 12:34 UTC (permalink / raw)
  To: emacs-devel

I'm trying to get list-packages to use https, which requires gnutls. I'm
running Emacs master on mingw64.

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?

Since the file should be found, it seems DllMain is returning False?
What might be the reason for that?

-- 
-- Stephe



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-11-29 10:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-26 12:34 gnutls on mingw64 Stephen Leake
2019-11-26 15:42 ` Richard Copley
2019-11-27  1:10   ` Stephen Leake
2019-11-27  8:56     ` Richard Copley
2019-11-27  9:58       ` Stephen Leake
2019-11-26 15:46 ` Eli Zaretskii
2019-11-27 10:00   ` Stephen Leake
2019-11-27 15:53     ` Eli Zaretskii
2019-11-28 18:00       ` Stephen Leake
2019-11-28 22:22         ` Richard Copley
2019-11-29  7:17           ` Eli Zaretskii
2019-11-29  8:32             ` Richard Copley
2019-11-29 10:24               ` Eli Zaretskii
2019-11-29  3:16         ` Juanma Barranquero

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).