Date: Wed, 22 Jul 1998 11:49:29 +0300 (IDT) From: Eli Zaretskii To: Pawel Kowalski cc: djgpp AT delorie DOT com Subject: Re: Compilation errors. In-Reply-To: <199807220938000230.00CC9904@pogwizd.tcs.uni.wroc.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 22 Jul 1998, Pawel Kowalski wrote: > Ok, graphics.c: > #47: int var1; /* ................ */ > #48: (empty line) > #49: int var2; /* ................ */ > > theese lines are not in any function. > o:graph.c: (no such file) > graph.c: > #56: int gr_init(char driver, char mode) > #57: { > #58: free(gr_buffer); > > I checked it once more, and I'm sure now, that there are no same-name files > in the project. (ie. graph.asm and graph.c) This seems more and more strange as we go. It's as if the linker gets a garbled command line. Please add -v to the compiler switches and post everything it prints.