This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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]

RESOLVED: Re: CYGWIN GDB on Insight - problems


Keith, 

Fixed my problem.

you might want to add a reference about this in on the cygwin
workaround/hack/fix page. Thank you for helping me with this.

this gave me the clue:

	http://www.cygwin.com/ml/cygwin/2002-10/msg00616.html

Turns out that a number of the *DLL* files are not installed correctly
they need to have +X permissions and do not. 

[note: Other DLLS have the +X permissions, but these did not]

-rw-r--r--    1 duane    mkgroup_   221720 Jul  1 10:30 cygtclreg80.dll
-rw-r--r--    1 duane    mkgroup_    25466 Jul  1 10:30 cygtclpip80.dll
-rw-r--r--    1 duane    mkgroup_  1378508 Jul  1 10:30 cygtcl80.dll
-rw-r--r--    1 duane    mkgroup_  2134639 Jul  1 10:30 cygtk80.dll

Fixed by doing this:

   chmod +x *.dll

keiths,

Maybe it worked for you because maybe you have the cygtcl*.dll
files elsewhere with the +x permissions? Who knows...

-Duane.

GOOGLE is great... you type enough of the error message in
and somebody else has normally had the exact same problem.

So google (hopefully) indexes this also I'll add the
same phrases to this email:

keywords: cygwin Application failed to initialize 0xc0000022


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