GOMAKE=${GOBIN}/gomake
GOINSTALL=${GOBIN}/goinstall
GOGO=${GOBIN}/go
GOMAKE=${GOGO} build
GOINSTALL=${GOGO} install
./configure: line 18067: build: command not found
install: missing file operand
Try `install --help' for more information.
checking for 6g... /6g
checking for 6l... /6l
不确定,但我认为
"./configure: line 18067: build: command not found"
意味着“GOMAKE = $ {GOGO} build”中的空格无法处理,对吧?任何人都可以帮忙完成这项工作吗?谢谢
GOGO=${GOBIN}/go
GOMAKE=${GOGO} build
GOINSTALL=${GOGO} install
GOGO=${GOBIN}/go
GOMAKE="${GOGO} build"
GOINSTALL="${GOGO} install"
然后重新生成配置脚本,并运行它。似乎直接忽略修改后的行:
checking for go... /home/alex/go/bin/go
(*************checking goinstall and gomake should be here,but not)
checking for an ANSI C-conforming const... yes