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
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
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
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
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/
now it is on contrib/pac/9go.tbz
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
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
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:
---