Re: Another problem using GDB

2002-10-18 Thread egor duda
Hi! Thursday, 17 October, 2002 Thomas Mellman [EMAIL PROTECTED] wrote: TM I'm having another problem with GDB. Normally, one would debug a core file TM as follows (correct?): TM gdb -nw gtl.exe gtl.exe.stackdump *.stackdump is not a corefile. To create core file, use 'dumper' utility,

Re: Re: Another problem using GDB

2002-10-18 Thread thomas
On Thu, Oct 17, 2002 at 10:06:21AM -0400, [EMAIL PROTECTED] wrote: I'd highly recommend thoroughly exploring the information provided at www.cygwin.com for answers before resorting to any external web site for Cygwin information. While there may be good information on Cygwin elsewhere, it's

Re: Re: Another problem using GDB

2002-10-18 Thread Thomas Mellman
egor duda [EMAIL PROTECTED] schrieb am 17.10.02 12:10:42: Hi! Thursday, 17 October, 2002 Thomas Mellman [EMAIL PROTECTED] wrote: TM I'm having another problem with GDB. Normally, one would debug a core file TM as follows (correct?): TM gdb -nw gtl.exe gtl.exe.stackdump

Dumper.exe doesn't work with libintl2-0.11.5-1. Was: RE: Another problem using GDB

2002-10-18 Thread Rolf Campbell
, and it worked fine. I'm running the dumper.exe from cygwin 1.3.13-2. -Rolf -Original Message- From: Christopher Faylor [mailto:cgf;redhat.com] Sent: Thursday, October 17, 2002 12:32 PM To: [EMAIL PROTECTED] Subject: Re: Another problem using GDB On Thu, Oct 17, 2002 at 09:28:51AM

Re: Another problem using GDB

2002-10-18 Thread Christopher Faylor
On Thu, Oct 17, 2002 at 09:28:51AM -0400, Rolf Campbell wrote: When I try to use dumper, I get an msgbox The procedure entry point dcgettext__ could not be located in the dynamic link library cygintl-2.dll. http://cygwin.com/packages/ Search for cygintl-2.dll Install that package. cgf --

Re: Re: Another problem using GDB

2002-10-18 Thread Christopher Faylor
On Thu, Oct 17, 2002 at 10:06:21AM -0400, [EMAIL PROTECTED] wrote: I'd highly recommend thoroughly exploring the information provided at www.cygwin.com for answers before resorting to any external web site for Cygwin information. While there may be good information on Cygwin elsewhere, it's the

Re: Re: Another problem using GDB

2002-10-18 Thread Christopher Faylor
On Thu, Oct 17, 2002 at 08:48:12PM +0200, [EMAIL PROTECTED] wrote: On Thu, Oct 17, 2002 at 10:06:21AM -0400, [EMAIL PROTECTED] wrote: I'd highly recommend thoroughly exploring the information provided at www.cygwin.com for answers before resorting to any external web site for Cygwin

Re: Re: Another problem using GDB

2002-10-18 Thread [EMAIL PROTECTED]
: Re: Re: Another problem using GDB On Thu, Oct 17, 2002 at 10:06:21AM -0400, [EMAIL PROTECTED] wrote: I'd highly recommend thoroughly exploring the information provided at www.cygwin.com for answers before resorting to any external web site for Cygwin information. While there may be good

Re: Dumper.exe doesn't work with libintl2-0.11.5-1. Was: RE: Another problem using GDB

2002-10-18 Thread Charles Wilson
Rolf Campbell wrote: Found 2 matches for cygintl-2.dll. libintl2/libintl2-0.11.2-2 GNU Internationalization runtime library libintl2/libintl2-0.11.5-1 GNU Internationalization runtime library I had 0.11.5-1 installed (I reinstalled it just to be sure). It still didn't work. I tried backing

Another problem using GDB

2002-10-17 Thread Thomas Mellman
I'm having another problem with GDB. Normally, one would debug a core file as follows (correct?): gdb -nw gtl.exe gtl.exe.stackdump Unfortunately, I get the following in response: GNU gdb 5.0 (20010428-3) Copyright 2001 Free Software Foundation, Inc. GDB is free software, covered by

Re: Another problem using GDB

2002-10-17 Thread Pavel Holejsovsky
Cygwin normally does not produce core dumps, but only simple textual stack backtraces (try to look at gtl.exe.stackdump using your text editor). However, you can have full core dumps using dumper utility; see http://cygwin.com/cygwin-ug-net/using-utils.html#DUMPER for details. Pavel [EMAIL