L Anderson wrote: > I'm trying to build debug versions of cygwin1 and bash in an attempt to > isolate a problem I'm having. My first attempt with cygwin seemed to > grind and grind with nothing being produced--not even errors. After > considerable time I killed the process. Realizing that maybe I was just > impatient, I have a question I hope someone can answer. > > Counting only computer time and assuming everything works perfectly, > nominally, how long might I expect it to take to build a cygwin debug > version? A bash debug version? (10min?, 30min?, 2hrs?, ...?)
You don't need to build a cygwin1.dll debug version, just download a snapshot with its corresponding .dbg file, plus the sources if you want to get gdb into cygwin1 (the sources have to be installed in the same place as the debug info was created with, you'll see the path when gdb complains about not finding the source). And to answer your question, on a [EMAIL PROTECTED] it takes less than 10 minutes. HTH -- René Berber -- 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/