cmd/cgo: not able to run a golang file that includes C library imports on windows 10 #32490
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?go version go1.10 windows/amd64
Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?GOARCH=amd64
GOHOSTARCH=amd64
GOHOSTOS=windows
GOOS=windows
What did you do?
<ABC.h> contains below:
What did you expect to see?
outputtext1go : Some value
outputtext2go : Some value
What did you see instead?
exit status 3221225781
Note: The same code works fine on Windows 7 with same versions of Go, pkg-config and mingw packages, but doesn't work on Windows 10.
The text was updated successfully, but these errors were encountered: