Skip to content

Implement IO_gethostname on Windows - #140

Open
fingolfin wants to merge 1 commit into
masterfrom
mh/win-gethostname
Open

fingolfin wants to merge 1 commit into
masterfrom
mh/win-gethostname

Conversation

@fingolfin

Copy link
Copy Markdown
Member

There gethostname is part of Winsock, which configure does not find, so the function was absent. Packages probing for it with IsBoundGlobal, such as cvec and homalgtocas, then called the stub bound for absent functions and failed. GetComputerNameA needs no network setup.

Assisted-by: Claude Code (Opus 5)

There gethostname is part of Winsock, which configure does not find, so
the function was absent. Packages probing for it with IsBoundGlobal,
such as cvec and homalgtocas, then called the stub bound for absent
functions and failed. GetComputerNameA needs no network setup.

Assisted-by: Claude Code (Opus 5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant