author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Thu, 30 Sep 2010 16:17:14 +0300 (2010-09-30) | |
changeset 591 | 6c93864064a2 |
parent 590 | f054ef7b611c |
child 592 | cbb6732070d8 |
cygwin.rst | file | annotate | diff | comparison | revisions |
--- 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 +