Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Feature request: add support for building on IBM AIX #380

@aklyachkin

Description

@aklyachkin

Google Go supports IBM AIX since 1.14 at least with GOOS=aix GOARCH=ppc64.

Building for AIX fails with the following errors:

GOOS=aix GOARCH=ppc64 go build
# github.com/AlecAivazis/survey/v2/terminal
terminal/runereader_posix.go:47:35: undefined: syscall.SYS_IOCTL
terminal/runereader_posix.go:47:81: undefined: ioctlReadTermios
terminal/runereader_posix.go:54:35: undefined: syscall.SYS_IOCTL
terminal/runereader_posix.go:54:81: undefined: ioctlWriteTermios
terminal/runereader_posix.go:62:35: undefined: syscall.SYS_IOCTL
terminal/runereader_posix.go:62:81: undefined: ioctlWriteTermios

The pull request will follow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions