David Barr skrev:
I tried installing Gnupg 1.4.5-1 on a new system with the base Cygwin
install and a couple other packages.  When I tried to run gpg, it
would exit without any output or any error message.  I tried running
strace on the program, and I got an error message about a missing
cygminires.dll
[snip]

David! Thank you! What you said about strace being able to tell that a dll was missing enabled me to determine why a program I was trying to run exited as soon as it was started without any output at all (debugging didn't help).
Then I read this post and simply typed:
$ strace nameofmyprogram
and up pops a dialog box with the name of the missing DLL. Thanks!


Thanks,

David


/ E


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to