13 | | This is the third program today that has errored out while installing, so I am wondering if I am actually missing something. MacPorts installation page says that I need xcode command line tools |
| 13 | This is the third program today that has errored out while installing, so I am wondering if I am actually missing something. As far as a C++ compiler is concerned, I do have `gcc` |
| 14 | |
| 15 | |
| 16 | {{{ |
| 17 | gcc --version |
| 18 | Apple clang version 16.0.0 (clang-1600.0.26.3) |
| 19 | Target: arm64-apple-darwin24.0.0 |
| 20 | Thread model: posix |
| 21 | InstalledDir: /Library/Developer/CommandLineTools/usr/bin |
| 22 | }}} |
| 23 | |
| 24 | MacPorts installation page says that I need xcode command line tools |