Date: Mon, 3 Feb 1997 18:52:33 +0200 (IST) From: Eli Zaretskii To: "Salvador Eduardo Tropea (SET)" cc: DJGPP workers , robert DOT hoehne AT mathematik DOT tu-chemnitz DOT de Subject: Re: GDB and static variables In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 3 Feb 1997, Salvador Eduardo Tropea (SET) wrote: > > But if you recompile with -gcoff, you get only COFF debug info, right? > > So it can be debugged, at a price of a recompile? > > > But the real problem is the debug info in libraries ... The libraries aren't compiled at all with -g, so this is a non-issue. If you need to debug a library function, you will have to download the library sources and recompile them anyway.