Re: Which snapshot file should I use?

2005-08-25 Thread Brian Dessent
William Deegan wrote: > I installed the cygwin1.dll and cygwin1.dbg, but I'm still not seeing > any symbols in > cygwin.dll. Am I missing a step? > I attached to a running process via: > gdb -pid > > (gdb) dll-symbols /bin/cygwin1.dbg > (gdb) where > #0 0x77f75a59 in ntdll!DbgUiConnectToDb

Re: Which snapshot file should I use?

2005-08-25 Thread William Deegan
On 8/25/05, Larry Hall <[EMAIL PROTECTED]> wrote: > At 02:23 PM 8/25/2005, you wrote: > >Greetings, > > Reformatting: > > >I'm wondering under what circumstances do I use each of the above? > > > >I see the following files on the snapshot page: > >winsup-src-*.tar.bz2sources in the winsup d

Re: Which snapshot file should I use?

2005-08-25 Thread Yitzchak Scott-Thoennes
On Thu, Aug 25, 2005 at 02:43:27PM -0400, Larry Hall wrote: > >cygwin-inst-*.tar.bz2 directory from "make install" (dll, exes, > >libs, headers, etc) > > > Use this if you plan to build stuff against the new DLL (but not the DLL > itself.) Used in conjunction with cygwin1-*.dll.bz2. No,

Re: Which snapshot file should I use?

2005-08-25 Thread Larry Hall
At 02:23 PM 8/25/2005, you wrote: >Greetings, Reformatting: >I'm wondering under what circumstances do I use each of the above? >I see the following files on the snapshot page: >winsup-src-*.tar.bz2sources in the winsup directory Use this when you just want to have the Cygwin source or so

Which snapshot file should I use?

2005-08-25 Thread William Deegan
Greetings, I see the following files on the snapshot page: winsup-src-*.tar.bz2sources in the winsup directory cygwin1-*.dll.bz2 stripped and compressed cygwin1.dll cygwin1-*.dbg.bz2 debugging information for cygwin1.dll (rename to /bin/cygwin1.dbg for use with gdb) cygwin-inst-*.t