X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Mon, 12 Jan 2004 21:04:09 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <7137-Mon12Jan2004210409+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (alex.traud@gmx.de) Subject: Re: Debugging with rhide References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Alex Traud" > Newsgroups: comp.os.msdos.djgpp > Date: Mon, 12 Jan 2004 17:17:20 +0100 > > I Compile with the -g switch and with gdb (from command line) there's no > problem, > but rhide complains, that there's no usable debug info. Find a newer RHIDE or compile with -gcoff instead of -g. Your version of RHIDE doesn't support DWARF2 debug info that is produced by default under -g by GCC.