Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com X-WebMail-UserID: jmhill Date: Fri, 9 Nov 2001 15:43:23 -0500 From: "Jonathan M. Hill" To: cygwin AT cygwin DOT com X-EXP32-SerialNo: 00002406 Subject: Re: Problem with GDB Message-ID: <3BE15AD4@webmail.hartford.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: WebMail (Hydra) SMTP v3.61.08 Hello; I think that problem with GDB is fixed now. Last night I ran setup.exe to update the binaries and noticed several files were updated. With the updates, GDB runs now. Jonathan Hill $ gcc -g hello.c -o hello.exe $ gdb -nw hello.exe GNU gdb 5.0 (20010428-3) Copyright 2001 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-cygwin"... (gdb) run Starting program: /..snip../hello.ex Hello World! Program exited normally. (gdb) quit $ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/