Date: Tue, 22 Nov 1994 07:02:19 -0500 (EST) From: Long Doan To: Jerry van Dijk Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Assembler failed on compiler output On Mon, 21 Nov 1994, Jerry van Dijk wrote: > Today I installed 1.12m2 (until now I was running 1.11m5). > > When trying to compile the FSDB091A package -which compiled fine with > 1.11m5- the following happened: > > gcc -I.. -I. -I- -O2 -g -Wformat -Wunused -DFULLSCR -c fullscr.c > c:/TEMP/cca00076: Assembler message: > c:/TEMP/cca00076:476:Error: Rest of the line ignored. First ignored character > is '*'. > > Now, does this mean that the compiler is generating output which the > assembler cannot handle ? > > I hope someone can tell me that (and where) I'm doing something wrong... The problem is with the comment, so remove them and everything will work fine. +--------------------------------------------------------+ | Long Doan ldoan1 AT osf1 DOT gmu DOT edu | | ld AT netrix DOT com | +--------------------------------------------------------+