From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <52134ddb-f430-4eca-a0d4-511dc779d7e7@m35g2000vbn.googlegroups.com> Date: Sat, 15 Jan 2011 02:02:30 -0800 Message-ID: From: Akshat Kumar To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [9fans] Need help on installing Google Go for The Plan 9 Operating system Topicbox-Message-UUID: 994dc268-ead6-11e9-9d60-3106f5b1d025 It should compile/install (via debian packages) on linuxemu in Plan 9, just fine. Then you can program, compile, execute all in one rio space. ak On Mon, Jan 10, 2011 at 8:34 AM, Skip Tavakkolian wrote: > I don't believe there is a way to build go on plan9. You have to build it on a Linux box. Then compile go programs on the Linux box and run them on Plan 9. If you use drawterm your Linux fs will be accessible via /mnt/term > > -Skip