From: ummurr03 AT NOSPAMcc DOT umanitoba DOT ca (LupusNoctus) Newsgroups: comp.os.msdos.djgpp Subject: DGJPP "Abort!"ing Date: Thu, 22 Oct 1998 03:34:30 GMT Organization: The University of Manitoba Lines: 17 Sender: ummurr03 AT spc-isp-wpg-uas-03-34 DOT sprint DOT ca Message-ID: <362fa718.12667874@news.cc.umanitoba.ca> NNTP-Posting-Host: spc-isp-wpg-uas-03-34.sprint.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Yet another entry in the screwy compile error Saga: I'll begin with the error text: 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? I can't understand Are there any more command line options I should try? I'll be glad to mail code to anyone who thinks that they can figure this out. PS: used to give me errors that 'NULL' was being redefined, but removing/rearranging the #include's fixed that.