From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Faylor To: Dave Arnold Cc: insight@sourceware.cygnus.com Subject: Re: Any Clues about this problem? Date: Fri, 07 Jul 2000 22:15:00 -0000 Message-id: <20000708011521.A2547@cygnus.com> References: <006501bfe89b$e082b2e0$65241004@homepc.freedsl.com> X-SW-Source: 2000-q3/msg00035.html On Fri, Jul 07, 2000 at 10:17:54PM -0700, Dave Arnold wrote: >Anyone have a clue why I can't list the source for the program I'm debuggin >using insight? > >(gdb) list >1 /cygnus/netrel/src/cygwin-1.1.2/winsup/cygwin/libccrt0.cc: No such >file or directory. > >This path is strange, I don't think it exists anywhere under my cygwin root. The path is coming from the cygwin DLL. You don't want that. That is the location of the 'libccrt0.cc' file on my machine from when I make a cygwin net release. Try 'list main'. Are you *sure* you're both compiling and linking with the '-g' option? When I type just 'list' I get my 'main'. cgf