cmd/cgo: build failures on go 1.15.7 #43948
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
What version of Go are you using (
go version
)?1.15.7
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?Windows 10 64 bit
go env
OutputWhat did you do?
Tried to build this cgo sample from https://golang.org/cmd/cgo/
What did you expect to see?
This should built without errors. Builds fine in 1.15.6
What did you see instead?
command-line-arguments
cgo: exec C:\Program: exec: "C:\Program": file does not exist
I reverted to 1.15.6 and it builds fine without errors.
The text was updated successfully, but these errors were encountered: