Date: Wed, 8 Nov 2000 09:02:12 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: HalfHuman cc: djgpp AT delorie DOT com Subject: Re: I downloaded your compiler and.... it isn't working In-Reply-To: <20001107192025.E1225C44F3@creon.profinet.sk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 7 Nov 2000, HalfHuman wrote: > with this command line: > gcc a.c (a.c was the name of my lovely program) > > and I get this message from gcc: > c:/djgpp/tmp\ccaomA6h.s: Assembler messages: > c:/djgpp/tmp\ccaomA6h.s:12: Error: Rest of line ignored. First > ignored character is `,'. This is probably some installation snafu. Please type the following command: redir -e errors.txt -oe gcc -v a.c and then post here the full contents of the file errors.txt which is created by this command. (You might also look at that file first, in case it will tell you what's wrong.)