Date: Tue, 1 Feb 2000 09:38:48 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: dennis51 AT my-deja DOT com cc: djgpp AT delorie DOT com Subject: Re: -ftemplate option In-Reply-To: <874k2j$tm4$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 31 Jan 2000 dennis51 AT my-deja DOT com wrote: > mono.cpp:216: instantiated from here [snip] > The program was only 216 lines long. Hmmm, that means that > the last number in the error message above is wrong, > or, at least, misleading.) Not necessarily. When the error happens in something the compiler does when it finishes to read the entire source, the best thing it can do is to point to the last line. Think about editors like Emacs and RHIDE which automatically place you at the offending line: these editors *must* see some reasonable line number to work.