I was using all.bash, just tried make.bash. It failed for the same reason: ``` <parent>/go/src/runtime/os_linux.go:310: undefined: sigtable <parent>/go/src/runtime/os_linux.go:311: undefined: sigtable <parent>/go/src/runtime/signal1_unix.go:43: undefined: sigtable <parent>/go/src/runtime/signal1_unix.go:44: undefined: sigtable <parent>/go/src/runtime/signal1_unix.go:68: undefined: sigtable <parent>/go/src/runtime/signal1_unix.go:101: undefined: sigtable <parent>/go/src/runtime/signal1_unix.go:116: undefined: sigtable <parent>/go/src/runtime/signal1_unix.go:120: undefined: sigtable <parent>/go/src/runtime/signal1_unix.go:134: undefined: sigtable <parent>/go/src/runtime/signal1_unix.go:138: undefined: sigtable <parent>/go/src/runtime/signal1_unix.go:138: too many errors ```
On Wednesday, 21 December 2016 07:31:42 UTC+8, Dave Cheney wrote: > > Yes, it is possible to install Go without sudo, here is the procedure > > % git clone https://go.googlesource.com/go go1.4 > % cd go1.4/src > % git checkout release-branch.go1.4 > % ./make.bash > % cd ~ > % git clone https://go.googlesource.com/go > % cd go/src > % git checkout release-branch.go1.7 > % ./make.bash > > > > On Wednesday, 21 December 2016 10:24:22 UTC+11, tungche...@gmail.com > wrote: >> >> I am trying to install go on my school server (without sudo right) >> >> I tried to install go1.4 then use it to install latest go. >> However, it failed when running all.bash for go1.4 >> Seems the system doesn't support (or no permission) hard link. >> >> I also tried to copy the files from my personal computer to the server. >> It will say missing 'sigtable' when compiling my source code. >> >> Is it possible to install go compiler without sudo right? >> Seems compiling elsewhere then deploy the executable is the only working >> solution for me so far. >> > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.