Date: Mon, 10 May 1999 09:34:49 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: DJGPP bug ??? In-Reply-To: <7h4flt$dm9$1@news3.Belgium.EU.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 9 May 1999, DaXy_II wrote: > f:/djgpp/tmp\ccbyi1sj: Assembler messages: > f:/djgpp/tmp\ccbyi1sj:194: Fatal error: Symbol i already defined. > > What does this mean ??? It means your code has managed to utterly confuse the compiler, and the confusion was passed to the assembler. Alternatively, it's possible that the problem is in the way you invoked the compiler. Please post the exact command line you used to compile that program. > I will post the source if it whould help you. You should *always* post the code when you report such problems. If your source is longer than, say, 100 lines, please try to make it as small as you can by removing parts of it that don't affect the error messages.