Date: Sun, 7 Mar 1999 13:33:53 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Kenn Hamm cc: djgpp AT delorie DOT com Subject: Re: Fixing RSXNTDJ In-Reply-To: <19990305150004.23922.rocketmail@send1e.yahoomail.com> 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 Fri, 5 Mar 1999, Kenn Hamm wrote: > How could I go about compiling gcc with stabs, so I can use rsxntdj and c++? The binary distribution of the latest GCC version already supports stabs debugging, you just need to compile your sources with -gstabs+ switch to get GCC to actually prodice the stabs debugging info.