Date: Tue, 6 Oct 1998 17:50:15 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: can't track variables in RHGDB In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 6 Oct 1998, Tal Lavi wrote: > I guess it's my fault, but I can't track certain variables in RHGDB! > it says they are not available, even though I entered the names correctly. Check out some of the cases described in sections 12.7-12.9 of the DJGPP FAQ list, and see if yours is one of those cases. If it is, and if you have GCC 2.8.1 installed, try compiling with -gstubs3 or -gstubs+ instead of -g, and see if the problems go away.