Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 22 Oct 2002 08:20:54 -0700 (PDT) From: Michael A Chase Subject: Re: pavel (porting c code from unix to windows ) To: cygwin AT cygwin DOT com, cesetevi AT hotmail DOT com Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-Disposition: INLINE references: <7BCD42353C1FD411A66200062939B2F1ACA3C6 AT EXCHANGE> in-reply-to: <7BCD42353C1FD411A66200062939B2F1ACA3C6@EXCHANGE> Reply-To: Michael A Chase On Tue, 22 Oct 2002 15:10:51 +0200 Pavel Rozenboim wrote: > > From: nemrut cesetevi [mailto:cesetevi AT hotmail DOT com] > > Sent: Tue, October 22, 2002 2:50 PM > > To: cygwin AT cygwin DOT com > > Subject: re:pavel (porting c code from unix to windows ) > This means that either program was compiled without debug information, or > that gdb unable to find it or unable to find the source. You need to add -g > flag to compiler to enable debug information. Use 'directory' command in gdb > to add directories to source search path. This is in the fine manual for gcc. Your project is going to be very slow i f you have to ask this list for every detail instead of reading the fine manual, reading the fine FAQ, and reading the fine list archives. The fine gcc manual is available by running 'info gcc'. Most software in UNIX-like environments have fine manuals available by running 'info' or 'man'. The fine FAQ is at http://cygwin.com/faq/ . In fact, it's a wonderful website, many of your questions would have been answered by a quick perusal. The fine list archives are at http://cygwin.com/lists.html . It's also an excellent article on how you should handle questions from your end. -- Mac :}) ** I normally forward private questions to the appropriate mail list. ** Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html Give a hobbit a fish and he eats fish for a day. Give a hobbit a ring and he eats fish for an age. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/