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

Please add cc.exe #683

Open
Curculigo opened this issue Sep 23, 2024 · 0 comments
Open

Please add cc.exe #683

Curculigo opened this issue Sep 23, 2024 · 0 comments

Comments

@Curculigo
Copy link

It's only a copy of gcc.exe, but it should better be there. Some build systems still hardcode CC and CXX to cc and c++ respectively. I found that you already have c++.exe. It's better to just add cc.exe instead of having the users to set CC variable manually.

I'm using your GCC in MSYS2. I have the Cygwin GCC installed (because I sometimes need to test some POSIX programs). If there is no cc.exe and CC is not set to gcc manually, /usr/bin/cc which is the Cygwin GCC will be picked.

Note: Not only cc.exe, Cygwin GCC will also install c89.exe, c99.exe, and c11.exe. If you can please add them, too. Thank you.

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

1 participant