Date: Wed, 20 Aug 2003 21:00:27 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <2950-Wed20Aug2003210026+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <20030820090822.22785.00000275@mb-m05.aol.com> (wcount12@aol.com) Subject: Re: -g Switch References: <20030820090822 DOT 22785 DOT 00000275 AT mb-m05 DOT aol DOT com> 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: wcount12 AT aol DOT com (WCount12) > Newsgroups: comp.os.msdos.djgpp > Date: 20 Aug 2003 13:08:22 GMT > > Hi, how do I compile a program with the -g switch in > Rhide? > > Im getting the following error msg: > > "This program has no usable debugging information. > Try to compile with the -g switch". You should use -gcoff, not just -g. Somewhere in the compiler switches settings you should be able to add the -gcoff switch. (I don't know where exactly, as I don't use RHIDE.)