From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <491f169ed7245d733f016d56e2fecae6@proxima.alt.za> To: 9fans@9fans.net From: Lucio De Re Date: Sun, 10 Apr 2011 11:15:01 +0200 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Go Plan 9 Topicbox-Message-UUID: ce883c7e-ead6-11e9-9d60-3106f5b1d025 > The following executables are installed into $GOROOT/bin as Plan 9 > a.out binaries when you run make -k install inside src/pkg: > cgo, ebnflint, gofix, gofmt, gotest, gotype, govet, goyacc, hgpatch. > They should be directed somewhere else by setting GOBIN, there is no > need to include them in your PATH, the host's native executables are > already in place after you build Go. OK, I think I got it. These belong on the Plan 9 platform where it is easy to bind -a .../bin/plan9 /bin to access them. Thanks for clarifying this for me: as I have nentioned more than once, getting my mind around all the permutations of toolchains, tools, platforms, architectures and targets isn't easy. ++L PS: So far I have had no joy building any of them, but that will get fixed :-)