Re: [9fans] Building Go on Plan 9 using Antony Martin's instructions

2012-01-31 Thread Peter A. Cejchan
Hello, get the tarball from me: http://www2.gli.cas.cz/home/cejchan/plan9/go.tgz unpack it and follow the instructions in go/9install should compile fine on native plan9/386 be warned: this is version 60.2, much has changed since, good luck, ++pac

Re: [9fans] Building Go on Plan 9 using Antony Martin's instructions

2012-01-31 Thread ROuNIN
On Jan 23, 7:03 am, tyap...@gmail.com ("Peter A. Cejchan") wrote: > I had the same problem with ron minnich's distribution, try to dive into > cmd and check the Makefile. > Ron's distro  is 60.2, and the changes needed to compile natively are in > /n/sorces/contrib/pac/9go./tbz > HTH, > best, > ++p

Re: [9fans] Building Go on Plan 9 using Antony Martin's

2012-01-22 Thread Peter A. Cejchan
I had the same problem with ron minnich's distribution, try to dive into cmd and check the Makefile. Ron's distro is 60.2, and the changes needed to compile natively are in /n/sorces/contrib/pac/9go./tbz HTH, best, ++pac

Re: [9fans] Building Go on Plan 9 using Antony Martin's

2012-01-20 Thread John Floren
On Fri, Jan 20, 2012 at 1:48 AM, ROuNIN wrote: > Hello, > Thank you. Sorry for late reply: > > I get this message - something seems drastically wrong with my Plan9 > install -- > > 8l > cp 8.out /386/bin/go/8l > 8c > 8l  -o 8.out cgen.8 cgen64.8 div.8 list.8 machcap.8 mul.8 pgen.8 pswt. > 8 peep.8

Re: [9fans] Building Go on Plan 9 using Antony Martin's

2012-01-20 Thread ROuNIN
Hello, Thank you. Sorry for late reply: I get this message - something seems drastically wrong with my Plan9 install -- 8l cp 8.out /386/bin/go/8l 8c 8l -o 8.out cgen.8 cgen64.8 div.8 list.8 machcap.8 mul.8 pgen.8 pswt. 8 peep.8 reg.8 sgen.8 swt.8 txt.8 ../8l/enam.8 goos.8 ../cc/cc.a8 /386/ lib/

Re: [9fans] Building Go on Plan 9 using Antony Martin's instructions

2012-01-03 Thread Peter A. Cejchan
now it is on contrib/pac/9go.tbz

Re: [9fans] Building Go on Plan 9 using Antony Martin's instructions

2012-01-03 Thread Peter A. Cejchan
I forgot the link to the changed files, i shall put the tarball on contrib/pac in a few minutes ++pac On Tue, Jan 3, 2012 at 12:06 PM, Peter A. Cejchan wrote: > I use Ron Minnich's distribution from > http://code.google.com/r/rminnich-9go/ > It compiles fine on native plan9-386. I had to do som

Re: [9fans] Building Go on Plan 9 using Antony Martin's instructions

2012-01-03 Thread Peter A. Cejchan
I use Ron Minnich's distribution from http://code.google.com/r/rminnich-9go/ It compiles fine on native plan9-386. I had to do some minor changes, however. Get this tarball, unpack and cpdir -m to $GOROOT It is somewhat outdated compared to Lucio's version (this is 60.2) Just do: ## Go language in

[9fans] Building Go on Plan 9 using Antony Martin's instructions

2012-01-03 Thread ROuNIN
Hello all, Following Anthony Martin's install instructions on Building Go on Plan9: http://groups.google.com/group/comp.os.plan9/browse_thread/thread/44f5b5d3091547aa/95dd9fad3e909224?q=gmake&lnk=ol&; I get the following message: ---