From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 11 Aug 2006 16:03:21 -0500 From: "Eric Van Hensbergen" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Building Tools on Plan 9 qemu In-Reply-To: <2a7d88d2c8ca4f4ff42ca4278172163b@plan9.bell-labs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2a7d88d2c8ca4f4ff42ca4278172163b@plan9.bell-labs.com> Topicbox-Message-UUID: 9c380196-ead1-11e9-9d60-3106f5b1d025 On 8/11/06, geoff@plan9.bell-labs.com wrote: > codgen is defined in ../cc/pgen.c, so doing > > mk ../cc/cc.a$O > > first should help. You could be more aggressive: > > cd ../cc > mk nuke > mk > > To build all the compilers, it looks like > > cd ../cc > mk everything > > will do the job. > Should have noticed it before, but apparently pgen.c was a 0 length file for me. Looks like my install got screwed up somehow. Rectified things from sources and it seems to be cranking along. Thanks for your help Geoff. -eric