cygwin.rst
changeset 591 6c93864064a2
parent 486 b4b963218091
child 600 8b94117ba807
--- 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
+