Date: Thu, 12 Aug 1999 10:26:29 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: YUBS cc: djgpp AT delorie DOT com Subject: Re: decoding pcx header In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 10 Aug 1999, YUBS wrote: > oh yeah, just one more thing on a slightly different note, DJGPP keeps > complaining that "there is no useful debugging information, try using the -g > compiler switch" but I am using the -g compiler switch! Perhaps you are also using the -s switch when linking. That switch removes all the debugging info from the executable. You need to compile *and* link with -g.