所以,我一直在尝试用 gccgo构建 flannel ( https://github.com/coreos/flannel )。这是我在构建时遇到的错误:$ ./build Building flanneld...# github.com/coreos/flannel/pkg/ipgopath/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
- 1 回答
- 0 关注
- 207 浏览
添加回答
举报
0/150
提交
取消