To: djgpp AT delorie DOT com From: ranla AT post DOT tau DOT ac DOT il (Tal Lavi) Subject: Re: can't track variables in RHGDB Date: Thu, 8 Oct 1998 23:11:05 LOCAL Message-ID: 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. I haven't checked it thouroughly yet, but if I'm not mistaken, putting those makes no difference, disabling the optimization(-O2 -ffast-math) does! funny thing is, you told me that putting optimizations won't screw up the program... do you know why this is happening? Virge