From mboxrd@z Thu Jan 1 00:00:00 1970 From: "William K. Josephson" To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: Cross-platform Message-ID: <20010101165322.A26393@honk.eecs.harvard.edu> References: <20010101191404.A4360199E7@mail.cse.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20010101191404.A4360199E7@mail.cse.psu.edu>; from rsc@plan9.bell-labs.com on Mon, Jan 01, 2001 at 02:07:59PM -0500 Date: Mon, 1 Jan 2001 16:53:23 -0500 Topicbox-Message-UUID: 3f786304-eac9-11e9-9e20-41e7f4b1d025 On Mon, Jan 01, 2001 at 02:07:59PM -0500, Russ Cox wrote: > linux versions of 8c, 8l, 8a, ar, and sed. > > the scripts that do everything require > byron rakitzis's rc and the inferno mk, > but it'd be nice to do without them. > rfork(RFMEM) is the sticking point, if i > remember correctly. > > if anyone wants to play with this, > let me know. I have rc, mk, sed, awk, etc. (but not ar, 8c, 8l, or 8a) compiling natively under {Free,Open,Net}BSD, Digital Unix, and Linux. I haven't used or tested them extensively yet and they do depend upon the ports I've done of libc, libregex, libmp, libsec, etc. I haven't applied the last round of patches to libc and it still needs a decent dirread implementation. rfork emulation is also not what it might be, even under FreeBSD. -WJ