X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 26 Aug 2004 07:01:43 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-ID: <01c48b21$Blat.v2.2.2$8b6a5600@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: <412d5bd1$0$10824$afc38c87@news.optusnet.com.au> (me@me.com) Subject: Re: Debugging question References: <412d5bd1$0$10824$afc38c87 AT news DOT optusnet DOT com DOT au> 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" > Date: Thu, 26 Aug 2004 13:41:04 +1000 > > When I try to debug/step a program in rhide (have latest releases) > I keep getting an error > > "The program has no useable debugging information, try to compile it with > the -g switch" > > On investigating, -g is already being used as a parameter to gcc (can see > args when its compiling) What is your version of GCC? Try using -gcoff instead of -g.