Date: Sun, 10 Nov 2002 21:10:45 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: bzicky AT zen DOT ru (Bzicky) Message-Id: <3405-Sun10Nov2002211044+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (bzicky@zen.ru) Subject: Re: Strange error message 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: bzicky AT zen DOT ru (Bzicky) > Newsgroups: comp.os.msdos.djgpp > Date: 10 Nov 2002 10:46:14 -0800 > > I installed DJGPP on Windows98. > When I try to debug program > in RHIDE (after comlpiling with -g switch) I get strange error message: > "This program has no usable debugging information. > Try to compile it with the -g switch". Latest ports of the compiler changed the default format of the debug info that the debugger needs. Either get a newer RHIDE or compile with -gcoff or -gstabs+ switches.