From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rod Boyce To: 'Keith Seitz' Cc: "'insight@sourceware.cygnus.com'" Subject: RE: Help getting insigh to work on cygwin. Date: Tue, 28 Aug 2001 16:51:00 -0000 Message-id: <9DCCE20055ACD311BBE200104B08D8340127497C@EXCHWENZ01> X-SW-Source: 2001-q3/msg00213.html Keith, Thank you for taking the time to answer my question. As soon as you said old version of cygwin.dll I remembered I did have an old version on my system. As soon as I deleted it all started working. Regards, Rod Boyce. -----Original Message----- From: Keith Seitz [ mailto:keiths@cygnus.com ] Sent: Wednesday, 29 August 2001 11:34 To: Rod Boyce Cc: 'insight@sourceware.cygnus.com' Subject: Re: Help getting insigh to work on cygwin. On Wed, 29 Aug 2001, Rod Boyce wrote: > I get the following error message: > > $ powerpc-eabi-gdb.exe > d:\PPC\Bin\powerpc-eabi-gdb.exe: *** conflicting versions of cygwin1.dll > detected. Use only the most recent version. > > 0 [unknown (0xF8)] ? 0 lock_pinfo_for_update: rc 0, pinfo_mutex > 0xFFFFFFFF, Win32 error 6 > > Does anybody have any suggestions I need GDB5 with a nice GUI and I have use > insight before? Somewhere insight has found a different cygwin1.dll from the one your bash shell is using. What does "cygcheck -s -v -r -h" report? Use "find" to find all the cygwin1.dlls on your system. You should only have one. See http://www.cygwin.com/faq for more information. Keith