From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9c91a4db401975724efe6280366b6785@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] Plan9 16bit C compilers MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 15 Feb 2002 08:59:46 -0500 Topicbox-Message-UUID: 51a732d4-eaca-11e9-9e20-41e7f4b1d025 > Now that we talk about compilers, anyone used 8c to generate > binaries on Linux? I saw that emu is compiled using `cc' and not 8c. > My actual question is: anyone used Plan 9 C extensions on programs that > must run on Linux (eg emu)? I got 8c/8l to generate a Linux 'hello world' program and then stopped. vc/vl have been used to generate Irix binaries for a while. I also have a basic C translator, from Plan 9 C to ANSI C. All of these seem not quite reasonable. If you want portable programs, better to write portable code. Russ