# HG changeset patch # User Oleksandr Gavenko # Date 1285852634 -10800 # Node ID 6c93864064a2d0d53a0a8e52974362acb614f4f3 # Parent f054ef7b611c8c4a0bfdf45c5f22d5ff6b28be9e Check dll dependency. diff -r f054ef7b611c -r 6c93864064a2 cygwin.rst --- a/cygwin.rst Thu Sep 30 13:35:28 2010 +0300 +++ b/cygwin.rst Thu Sep 30 16:17:14 2010 +0300 @@ -96,3 +96,10 @@ http://www.cygwin.com/acronyms One encounters all sorts of acronyms on the Cygwin mailing lists. +* Check dll dependency. + + $ ldd my.dll + $ ldd my.exe + $ cygcheck ./my.dll + $ cygcheck ./my.exe +