From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <08554024a399410fd79178b95cdd7666@quintile.net> From: "Steve Simon" Date: Tue, 12 Oct 2010 12:25:38 +0100 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] So, why Plan 9? Topicbox-Message-UUID: 62093a30-ead6-11e9-9d60-3106f5b1d025 > Is there already an implemented.. POSIX compatibility layer, library, or > something? Hopefully, something that is very, very thin?? http://plan9.bell-labs.com/sys/doc/ape.pdf this will allow you to recompile nice clean ansi posix code. compiling gnu code may require more work as much of it is rather tied to gcc and glib. getting configure to work (the importability system) is a pain but Fede has a nice script which can do much of the work for you - see the 9fans archives http://9fans.net/archive -Steve