|
From: Angelo G. <ang...@li...> - 2017-11-20 13:07:00
|
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 ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffab5f30000) KERNEL32.DLL => /c/WINDOWS/System32/KERNEL32.DLL (0x7ffab49b0000) [...] WINMMBASE.dll => /c/WINDOWS/SYSTEM32/WINMMBASE.dll (0x7ffab0620000) IPHLPAPI.DLL => /c/WINDOWS/SYSTEM32/IPHLPAPI.DLL (0x7ffab18a0000) bcrypt.dll => /c/WINDOWS/SYSTEM32/bcrypt.dll (0x7ffab1de0000) but it prints only Windows DLLs not all the others which come from MSYS2/MinGW64... Thanks, Angelo. |