From: L T de La Haye Newsgroups: comp.os.msdos.djgpp Subject: DJGPP 2.01 to 2.72 conversion Date: Fri, 05 Jun 1998 17:47:51 +1200 Organization: Maldes Phoenix Lines: 15 Message-ID: <35778687.1E93871E@kiwi.gen.nz> Reply-To: lance AT kiwi DOT gen DOT nz NNTP-Posting-Host: p59-max2.akl.ihug.co.nz 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 Precedence: bulk I am porting some C code, which was compiled under DJGPP 2.01 originally. I am compiling it in 2.72 now, and it appears to run fine. During the make I had some hassles with command line arguments though: -mpentium seemed to exist on 2.01 but not 2.72. The highest x86 supported on 2.72 seems to be -m486 -Wno-sign-compare also seems to have disappeared. I can't find the new equivalent. This one disables the "Comparison between signed and unsigned" (or some such) warning. Considering the program (MAME) compiles with -Werrors (all warnings are errors - presently disabled) I would like to resolve this one. I get about 100 of those warnings during the make. I really don't want to have fix all those. Most are pretty trivial.