From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 4 Apr 2005 09:24:32 -0400 From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] OT: programming style under Plan9?? In-Reply-To: <4677fa3dfc83b3f65f8047c27f4252d1@plan9.escet.urjc.es> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 32dfd7a6-ead0-11e9-9d60-3106f5b1d025 On Mon Apr 4 05:57:16 EDT 2005, paurea@lsub.org wrote: > > > % 8c -T x.c > > % 8l x.8 > > qsorts: incompatible type signatures b3a1d3d5(x.8) and > > c7dcac09(/386/lib/libc.a(qsort)) for qsort > > % > > Wouldn't be interesting to have -T added to CFLAGS on the mkfile.proto?. > > G. we do that here. the reason it was not pushed to sources is that you must be careful about how you recompile and install all your libraries and binaries when you turn it on. all of /src has been made with -T, as forsyth mentioned, it found a few small problems.