Date: Tue, 31 Dec 1996 08:13:35 +0200 (IST) From: Eli Zaretskii To: Steve Goodrich cc: djgpp AT delorie DOT com Subject: Re: How do I debug this? In-Reply-To: <5a10ea$pne$1@news.aros.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 27 Dec 1996, Steve Goodrich wrote: > I have a file that was written for Borland C++. I am trying to get it to compile > with DJGPP. When I compile the file I get the following messages: > > gcc -c -g scrnperf.cc > C:\temp\cccaaaaa: Assembler messages: > C:\temp\cccaaaaa:1120: Error: Rest of line ignored. First ignored character is > `:'. Please post the source of that file. The error messages don't make sense, unless you feed GCC with something it doesn't understand at all (like inline assembly code that isn't in the format recognized by GCC and its assembler).