From: Martin Str|mberg Message-Id: <200106092104.XAA08855@mother.ludd.luth.se> Subject: Re: Compiler options for djdev build To: djgpp-workers AT delorie DOT com Date: Sat, 9 Jun 2001 23:04:48 +0200 (MEST) In-Reply-To: <5137-Sat09Jun2001232113+0300-eliz@is.elta.co.il> from "Eli Zaretskii" at Jun 09, 2001 11:21:14 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Finally the ones I'm not sure what to do about: libm. Somebody who understands the code should look at that. libc: make -C ansi/stdio gcc ... -c flsbuf.c cc1.exe: warnings being treated as errors flsbuf.c: In function `_flsbuf': flsbuf.c:62: warning: comparison between signed and unsigned make.exe[3]: *** [flsbuf.o] Error 1 make -C ansi/stdio gcc ... -c fwrite.c cc1.exe: warnings being treated as errors fwrite.c: In function `fwrite': fwrite.c:32: warning: comparison between signed and unsigned fwrite.c:39: warning: comparison between signed and unsigned fwrite.c:50: warning: comparison between signed and unsigned fwrite.c:65: warning: comparison between signed and unsigned fwrite.c:71: warning: comparison between signed and unsigned make.exe[3]: *** [fwrite.o] Error 1 make -C ansi/time gcc ... -c ctime.c cc1.exe: warnings being treated as errors ctime.c: In function `tzload': ctime.c:340: warning: comparison between signed and unsigned ctime.c:345: warning: comparison between signed and unsigned ctime.c:351: warning: comparison between signed and unsigned ctime.c:366: warning: comparison between signed and unsigned ctime.c:369: warning: comparison between signed and unsigned ctime.c:379: warning: comparison between signed and unsigned ctime.c: In function `tzparse': ctime.c:894: warning: comparison between signed and unsigned make.exe[3]: *** [ctime.o] Error 1 make -C compat/ioctl gcc ... -c ioctl.c cc1.exe: warnings being treated as errors ioctl.c: In function `_dos_ioctl': ioctl.c:160: warning: comparison between signed and unsigned ioctl.c:186: warning: comparison between signed and unsigned make.exe[3]: *** [ioctl.o] Error 1 make -C crt0 gcc ... -c mcount.c cc1.exe: warnings being treated as errors mcount.c: In function `mcount': mcount.c:80: warning: comparison between signed and unsigned mcount.c:80: warning: comparison between signed and unsigned mcount.c:82: warning: comparison between signed and unsigned mcount.c:82: warning: comparison between signed and unsigned mcount.c:102: warning: comparison between signed and unsigned mcount.c:103: warning: comparison between signed and unsigned make.exe[3]: *** [mcount.o] Error 1 make -C dos/process gcc ... -c chkv2prg.c cc1.exe: warnings being treated as errors chkv2prg.c: In function `_check_v2_prog_internal': chkv2prg.c:98: warning: comparison between signed and unsigned chkv2prg.c:109: warning: comparison between signed and unsigned chkv2prg.c:127: warning: comparison between signed and unsigned make.exe[3]: *** [chkv2prg.o] Error 1 make -C posix/unistd gcc ... -c sleep.c cc1.exe: warnings being treated as errors sleep.c: In function `sleep': sleep.c:10: warning: comparison between signed and unsigned make.exe[3]: *** [sleep.o] Error 1 make -C common gcc ... -c v2load.c v2load.c: In function `v2loadimage': v2load.c:248: warning: comparison between signed and unsigned v2load.c:250: warning: comparison between signed and unsigned Right, MartinS