I am attempting to get some software to compile on Mac OS X 10.0 (Cheetah). The code is written in C, so I thought I could simply use GCC. However, all the GCC pre-compiled binaries I could find online were executable formats macOS did not recognize. However, Mach-O binaries appear to work. So, how can I get a compiler for this platform without a compiler?
Asked
Active
Viewed 170 times
1 Answers
2
For Mac OS X 10.0, you’d be best off getting the corresponding Developer Tools CD (March 2001).

Stephen Kitt
- 434,908
-
Just check it out, and it seems like it either doesn't support C99 or just doesn't work in some cases, but I feel like this is the closest I can get, so thanks! – Finxx Jun 13 '21 at 14:29
brew
or macports
. – Marcus Müller Jun 13 '21 at 12:32