Mail Archives: djgpp/2000/11/08/02:04:49
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.)
- Raw text -