2017-11-20 14:55 GMT+01:00 David Macek : > On 20. 11. 2017 13:53, Angelo Graziosi via Msys2-users wrote: > >> Just out of curiosity, given the Emacs executable, is there a way to know >> the MSYS2/MinGW64 DLLs it needs? On MSYS2 I tried: >> >> ldd Emacs/bin/emacs-27.0.50.exe >> but it prints only Windows DLLs not all the others which come from >> MSYS2/MinGW64... >> > > Hi. Use ntldd (installable via pacman) or Dependency Walker. Will it find the libraries that loaded at runtime ? And their dependencies ? Fabrice