Installing GCC on macOS Catalina

Probably not the elegant answer, but it worked. I was able to find the header files needed using $(xcrun –show-sdk-path) I then copied them all to /usr/local where the gcc location was expecting them to be. Now all works.

Leave a Comment