public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Why does ldd not show cyg*.dll in its output?
@ 2016-05-16 15:42 Warren Young
  2016-05-16 16:50 ` Andrey Repin
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Warren Young @ 2016-05-16 15:42 UTC (permalink / raw)
  To: The Cygwin Mailing List

STC:

    $ ldd `which ls`

Actual output:

$ ldd `which ls`
        ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffd16fb0000)
        KERNEL32.DLL => /c/WINDOWS/system32/KERNEL32.DLL (0x7ffd16b80000)
        KERNELBASE.dll => /c/WINDOWS/system32/KERNELBASE.dll (0x7ffd13f50000)

Expected output:

According to Microsoft’s Dependency Walker tool, the output should also list cygwin1.dll and cygintl-8.dll, at minimum.  Since it seems happy to chase dependencies from kernel32.dll to the other two, which are not explicit dependencies of ls.exe, it should also list cygiconv-2.dll, via cygintl.

Bonus points if the output changes to a tree view, so the indirect dependencies are clear.
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2016-07-01  9:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-16 15:42 Why does ldd not show cyg*.dll in its output? Warren Young
2016-05-16 16:50 ` Andrey Repin
2016-05-16 17:20   ` Warren Young
2016-05-16 17:50 ` Yaakov Selkowitz
2016-05-19 23:21   ` Hans-Bernhard Bröker
2016-05-20  1:20     ` Warren Young
2016-06-30  0:03       ` David Macek
     [not found]         ` <a62bb487-1a0c-77a0-ce29-09520dcbdb7b@gmail.com>
2016-07-01  9:30           ` Corinna Vinschen
2016-05-16 17:53 ` Marco Atzeri

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).