emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

About DLLs needed by Emacs (W64)


From: Angelo Graziosi
Subject: About DLLs needed by Emacs (W64)
Date: Mon, 20 Nov 2017 13:53:16 +0100 (CET)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]