Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/vgo: vgo always tries to use clang as the C compiler #24114

Closed
aarzilli opened this issue Feb 25, 2018 · 2 comments
Closed

x/vgo: vgo always tries to use clang as the C compiler #24114

aarzilli opened this issue Feb 25, 2018 · 2 comments
Milestone

Comments

@aarzilli
Copy link
Contributor

$ go env CC
gcc
$ vgo env CC
clang

I don't have clang so vgo build will fail for any package that happens to use cgo.

@gopherbot gopherbot added this to the vgo milestone Feb 25, 2018
@cznic
Copy link
Contributor

cznic commented Feb 25, 2018

Seems like a dup of #23965.

@aarzilli
Copy link
Contributor Author

Yes.

@golang golang locked and limited conversation to collaborators Feb 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants