Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Fri, 3 Dec 1999 14:57:06 -0500 To: "Boyer,Galen" Cc: cygwin AT sourceware DOT cygnus DOT com Subject: Re: GDB and Windows DLLS Message-ID: <19991203145706.A1532@cygnus.com> Mail-Followup-To: "Boyer,Galen" , cygwin AT sourceware DOT cygnus DOT com References: <803EBA39C2C5D211BCEE00805F85C0A5321328 AT mailhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <803EBA39C2C5D211BCEE00805F85C0A5321328@mailhost>; from gboyer@primix.com on Fri, Dec 03, 1999 at 02:29:17PM -0500 On Fri, Dec 03, 1999 at 02:29:17PM -0500, Boyer,Galen wrote: >[failed reading symbols from DLL] >"/WINNT/system32/advapi32.dll": error reading line numbers > > >[failed reading symbols from DLL] >"/WINNT/system32/KERNEL32.dll": error reading line numbers > >I am unsure about the two dll errors from reading the winnt directory dlls, >advapi32.dll and KERNEL32.dll. Both those files exist on my machine. Is >there something about the version of my machine that is different than what >cygnus would support? I am running windows NT workstation with windows >version 4. Do I need to download a compatible version of these dlls from >somewhere? These are just warnings. There is no symbol information in either of these dlls so gdb reports that. It will not hinder you from using symbols in the rest of your program or in DLLs that were created using gcc (i.e., binaries containing STABS information that gdb recognizes). cgf -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com