Ken Senior wrote: > Does anyone know where one might find a version of the latest > cygwin1.dll which was compiled with the '-g' (debugging) option set? Everything you need is at <http://cygwin.com/snapshots/>.
You can't actually compile a cygwin.dll with the debugging information in it, because of the section layout. So the debug information is created in a .dbg file, which you just place in the same directory as the .dll. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/