|
From: David M. <dav...@gm...> - 2017-11-20 13:55:20
|
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. -- David Macek |