From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: possible bug in DJGPP gdb build Date: Tue, 04 Apr 2000 19:01:56 +0200 Organization: NetVision Israel Lines: 14 Message-ID: <38EA2004.30D49824@is.elta.co.il> References: <38BDD2A7 DOT 7DD8B76A AT caresystems DOT com DOT au> <83em9tuqb5 DOT fsf AT mercury DOT st DOT hmc DOT edu> <38BEE872 DOT FC77655E AT caresystems DOT com DOT au> NNTP-Posting-Host: ras1-p103.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 954867627 28803 62.0.172.105 (4 Apr 2000 17:00:27 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 4 Apr 2000 17:00:27 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com leon wrote: > > Nate Eldredge wrote: > > [snip] > > > > It's a known limitation in DJGPP. See FAQ section 12.8. If you > > compile with -gstabs, this should go away. > > thanks to Eli and Nate - i will try that - in the meantime just wanted > to say that i compiled the thing with -ggdb option and that also > appeared to solve the problem... The switches -ggdb and -gstabs are synonyms. (``stabs'' is a special debugging format invented specifically for GDB.)