> On Sat, Jan 15, 2011 at 12:40 PM, <[email protected]> wrote:
>>> If you try applying http://codereview.appspot.com/3816043/ you can get
>>> pretty far..
Your new patch here made me success to make patch.
Previous one had problem to patch file_posix.go etc.
By the way, now I got the real procedure to get it work, I think.
First, compile Go tree as GOOS=linux (not plan9).
Second, go to src/pkg/syscall, and
GOOS=plan9 make -k install.
Third, then go to src/pkg/os, and
GOOS=plan9 make -k install.
However, even if I could make a binary for Plan 9, I have to compile it
on linux machine, and move the binary to Plan 9.
Am I right?
I tried GOOS=plan9 from top level of the go tree, but it failed somewhere
where I didn't dig into more.
Kenji