X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <001a01c1954d$7270f3b0$1400a8c0@alex> From: "Alex Oleynikov" To: "Eli Zaretskii" Cc: References: <000c01c1952d$03bf2510$1400a8c0 AT alex> <6503-Fri04Jan2002183724+0200-eliz AT is DOT elta DOT co DOT il> Subject: Re: Strange RHIDE behavior Date: Fri, 4 Jan 2002 13:27:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > Are you _absolutely_ sure? Did you try the GDB command I suggested > above? > Yes, I did and GDB returned no search_cond variables whatsoever. > If this is GCC 3.0.2 or later, -ggdb3 means the debug info is in the > DWARF2 format. It's possible that your version of RHIDE doesn't yet > support DWARF2 debug info very well. So I suggest to rebuild with > the -gstabs+ option instead of -ggdb3, and see if that helps. > I am using GCC 2.95.3, binutils 2.11 and RHIDE 1.4.7.8 > What, you mean you can post a short test C program which could be > compiled and used to reproduce the problem? If so, please post such > a program here. > I will see, if I can duplicate this problem outside of my project.