--
"GNU/Linux User Group(GLUG) Meerut" gladly acknowledges your participation for software freedom.
Please feel free to post your discussions and suggestions at "glug-...@googlegroups.com"
For more exciting ways to particpate with your own GLUG, please visit your home for software freedom at "http://groups.google.com/group/glug-meerut?hl=en"
1} As mentioned at the installation page, my first step was,
export GOROOT=$HOME/go export GOARCH=386 export GOOS=linux
2) $ hg clone -r release https://go.googlecode.com/hg/ $GOROOT
3)$ su -c 'yum install bison gcc libc6-dev ed make'
Of the above libc-6-dev was not found so I installed glibc which has it.
4)$ cd $GOROOT/src
$ ./all.bash
When I did the above step, received the error I mentioned in my post, i.e.,
installed quietgcc as /bin/quietgcc but 'which quietgcc' fails
double-check that /bin is in your $PATH