This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fwd: 1.5.25: Tools to diagnose unresponsive pre-compiled executables?


2009/12/17 Larry Hall (Cygwin) <reply-to-list-only-lh@cygwin.com>
>
> On 12/17/2009 12:24 PM, Gilles Lehoux wrote:
>>
>> Some of my executables are unresponsive. What tools exist in cygwin
>> (other than gdb) to diagnose what is going on? There is no output from
>> the executable (ex. error msg) and these are pre-compiled executables.
>> No graphics. Strictly command line executables.
>
> Sounds like you're missing some DLLs the executables depend on. ?Try
> running 'cygcheck arm-elf-c++.exe' and see if it complains about not
> finding some DLLs.
>
> --
> Larry Hall ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?http://www.rfk.com
> RFK Partners, Inc. ? ? ? ? ? ? ? ? ? ? ?(508) 893-9779 - RFK Office
> 216 Dalton Rd. ? ? ? ? ? ? ? ? ? ? ? ? ?(508) 893-9889 - FAX
> Holliston, MA 01746
>
> _____________________________________________________________________
>
> A: Yes.
> > Q: Are you sure?
> >> A: Because it reverses the logical flow of conversation.
> >>> Q: Why is top posting annoying in email?
>
> --
> 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
>

That solved it. Thank you.

For the record:

cygcheck reported missing cygintl-2.dll
I located which package contained this file by using the search box here:
http://www.cygwin.com/packages/

The package is
libintl2/libintl2-0.12.1-3GNU Internationalization runtime library

I installed the package using cygwin's setup.exe.

Gilles

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]