Date: Mon, 31 Jan 1994 15:22:05 -0800 (PST) From: Gordon Hogenson Subject: Re: Weird messages To: Gary Lawrence Murphy Cc: djgpp AT sun DOT soe DOT clarkson DOT edu On Mon, 31 Jan 1994, Gary Lawrence Murphy wrote: > and now all my C++ code blows up the compilation with the message > > gcc -g2 -Wall -DNDEBUG -c demo.cc > i:/cca01718:747: Error: Rest of line ignored. First ignored character is `<'. > i:/cca01718:764: Error: Rest of line ignored. First ignored character is `<'. > i:/cca01718:781: Error: Rest of line ignored. First ignored character is `<'. > make.exe: *** [demo.o] Error 1 I had the same problem trying to compile with debugging using templates. Try without the debugging. Generating debugging code with templates isn't supported yet. (Although I agree the compiler should do something a little more illuminating than generating weird error messages...) Warning: debugging info not yet supported with templates would be nice. Gordon