Hi when I cross compile gotty module for aix like this:
`env GOOS=aix GOARCH=ppc64 make`
I got this error:
# github.com/kr/pty
vendor/github.com/kr/pty/ioctl.go:6:29: undefined: syscall.SYS_IOCTL
vendor/github.com/kr/pty/util.go:26:3: undefined: syscall.SYS_IOCTL
can you please add support for aix? it's similar to solaris and in sys/unix, ioctl is similar to solaris
thanks
Hi when I cross compile gotty module for aix like this:
I got this error:
# github.com/kr/ptyvendor/github.com/kr/pty/ioctl.go:6:29: undefined: syscall.SYS_IOCTLvendor/github.com/kr/pty/util.go:26:3: undefined: syscall.SYS_IOCTLcan you please add support for aix? it's similar to solaris and in sys/unix, ioctl is similar to solaris
thanks