Date: Thu, 22 Oct 1998 10:11:59 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: DGJPP "Abort!"ing In-Reply-To: <362fa718.12667874@news.cc.umanitoba.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 22 Oct 1998, LupusNoctus wrote: > C:\74.206\assn2>gxx a2q2.cpp -O -o go2.exe -Wall > a2q2.cpp:26: warning: return type for `main' changed to `int' > Abort! > > What gives? I would be able to deal with this if it gave me some sort > of line #s to look at, but just plain giving up? It is screwed so hard that it cannot even decide which line is the error on, so it aborts. > Are there any more command line options I should try? Use -Q. The FAQ mentions this in section 6.4, and I suggest you read that section in its entirety, because it might just give you additional ideas.