Date: Sat, 23 Jul 1994 09:28:50 -0700 (PDT) From: Gordon Hogenson Sender: Gordon Hogenson Reply-To: Gordon Hogenson Subject: Re: problem of -g args in gcc To: Chin Zhou Cc: djgpp AT sun DOT soe DOT clarkson DOT edu, chin AT gypsy DOT rose DOT utoronto DOT ca On Fri, 22 Jul 1994, Chin Zhou wrote: > > I encounted an error when I included debug option -g in gcc compiler. The > error was shown as: > > "l:/cca00088:584:ERROR: Rest of line ignored. First ignored character is '<' ". > You must be using C++ with templates. In G++ 2.5.7, debugging info is not supported for templates. I think this will change with the upcoming DJGPP 1.12, which will be based on 2.6.x -- I have 2.6.0 running on a unix system and -g works very well with templates. Gordon