cmd/go: race detector and cgo builds needs to diagnose lack of C compiler more gracefully #44271
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NB this is forwarded from a Stack Overflow question.
A new user had this experience:
I can't reproduce this without trashing my Xcode install which I'd rather not, but it is almost certainly the case that said/sad user lacks a C compiler, and building with the race detector requires a C compiler. If we could detect this situation and give a more helpful error message, that would probably improve the on-ramp experience.
The text was updated successfully, but these errors were encountered: