From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4166d71398c8b718ecd1d4396c019321@plan9.bell-labs.com> From: dmr@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] i? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sun, 29 Feb 2004 00:03:25 -0500 Topicbox-Message-UUID: 0435bc7a-eacd-11e9-9e20-41e7f4b1d025 >> it's for the linux/bsd port of the plan9 libs.. you'll need to modify the mkfile > I had. 8c's preprocessor doesn't handle '#if XXX>1' type of things. Is > it supposed to use pcc? 8c -p (generally ?c -p) uses the full preprocessor, if that's your problem. Dennis