x/net/http2: errors when building with gccgo #30941
Closed
Labels
Milestone
Comments
Which version of gccgo are you using? |
I suspect that the problem is that the go tool is using the gc release version, but you are using a version of gccgo that is at a different release version. Have you tried building with the go tool that comes with gccgo instead? |
Resolved. Didn't realize there was a go tool that came with gccgo. Will close this now, thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I tried to build the http2 package with gccgo by running the command
go build -compiler gccgo golang.org/x/net/http2
.What did you expect to see?
I expected the build to succeed.
What did you see instead?
The following error occurs:
The text was updated successfully, but these errors were encountered: