From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <61dc89372119bc4ce74704ba0436c3bc@hera.eonet.ne.jp> To: 9fans@9fans.net Date: Sun, 16 Jan 2011 15:21:04 +0900 From: kokamoto@hera.eonet.ne.jp In-Reply-To: <6d52cf22fbb7ff804129eb4cb38e02b8@hera.eonet.ne.jp> MIME-Version: 1.0 Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] plan9 go output faults on 9vx but ok on cpu Topicbox-Message-UUID: 9ab7e20a-ead6-11e9-9d60-3106f5b1d025 Ok, now I got the right procedure to run hello.go. 1) do the patch posted here most recently 2) make sure GOOS=plan9 etc 3) at the top of the source tree, that should be $GOROOT/src 4) ./make.bash it stops at src/pkg/exec. Don't mind it 5) 8g hello.go 6) 8l -s -o hello hello.8 7) copy the hello to somewhere in the real Plan 9 file tree 7) cd at the above directory 8) ./hello Kenji