I installed the command line tools using xcode-select --install.
If I do cd / Library / Developer / CommandLineTools / usr / bin, I see that gcc is listed there.
I am trying to install an external application on the command line that gives these errors
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W
source share