Skip to content

check in configure / make that cc,gcc, and g++ point to same compiler #10959

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

Closed
cartazio opened this issue Dec 13, 2013 · 3 comments
Closed

check in configure / make that cc,gcc, and g++ point to same compiler #10959

cartazio opened this issue Dec 13, 2013 · 3 comments

Comments

@cartazio
Copy link
Contributor

see discussion in #10941

basically should look at the respective outputs of cc,gcc,g++ on the flag -v or --version and check that they agree

@cartazio
Copy link
Contributor Author

this issue is most likely to come up for developers on macs, because xcode now ships with gcc/g++ pointing to clang, which creates funny build problems, so some devs on mac need to install a real gcc and have it in their path

@cartazio
Copy link
Contributor Author

i'll see if I can figure out enough sh/bash to do a candidate PR for this, nb that i'm pretty weak at shell and I don't have that much hobby hacking currently

@huonw
Copy link
Member

huonw commented Mar 2, 2014

Closed by #10964.

@huonw huonw closed this as completed Mar 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants