Dear Dr. Maier:
Good evening. Yes, I could compile the hello_world.cpp program with g++ and
it works. Then
I uninstalled the "CommandLineTools" package and removed with sudo rm -rf
/Library/Developer/CommandLineTools
Again, I installed homebrew which installed the Xcode.
Then installed with
./c
It picks up the correct compiler:
/Library/Developer/CommandLineTools/usr/bin/c++
But then all of the copmiler invocations fail with something like:
ld: library not found for -lc++
This looks like that the C++ standard library (which is called libc++
for clang/llvm) is not installed properl