所以,我一直在尝试用 gccgo构建法兰绒( https://github.com/coreos/flannel )。这是我在构建时遇到的错误:
$ ./build
Building flanneld...
# github.com/coreos/flannel/pkg/ip
gopath/src/github.com/coreos/flannel/pkg/ip/tun.go:57:37: error: reference to undefined identifier ‘syscall.TUNSETIFF’
err = ioctl(int(tun.Fd()), syscall.TUNSETIFF, uintptr(unsafe.Pointer(&ifr)))
^
我正在使用 gccgo-5 和 gcc-5。谁能帮我弄清楚这里到底是什么问题?TIA