From: bzicky AT zen DOT ru (Bzicky) Newsgroups: comp.os.msdos.djgpp Subject: Re: Strange error message Date: 11 Nov 2002 10:16:12 -0800 Organization: http://groups.google.com/ Lines: 22 Message-ID: References: <3405-Sun10Nov2002211044+0200-eliz AT is DOT elta DOT co DOT il> NNTP-Posting-Host: 62.118.153.36 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1037038572 11005 127.0.0.1 (11 Nov 2002 18:16:12 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 11 Nov 2002 18:16:12 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:<3405-Sun10Nov2002211044+0200-eliz AT is DOT elta DOT co DOT il>... > > 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. Thanks Eli! With -gcoff switch debugging works. Hovewer, I still wonder, because I have version 1.4.9 of RHIDE. As I knowm, it is the latest. Can be any other reasons for this strange message?