From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: Cross-platform MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010101191404.A4360199E7@mail.cse.psu.edu> Date: Mon, 1 Jan 2001 14:07:59 -0500 Topicbox-Message-UUID: 3f68caac-eac9-11e9-9e20-41e7f4b1d025 > the 386 c compiler doesn't run on linux (although it > wouldn't be very hard to make it do so). on a partially related note, i have 8c producing linux binaries, and i've ported enough of libc that it can compile, under linux, 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. russ