Hacker News new | ask | show | jobs
by 0x0 5062 days ago
One can only hope the developers inside Apple still enjoy using the terminal and "unix subsystem" in their work, enough to keep these things going into the future. I mean, xcode still needs to shell out to run gcc/llvm/clang, right?
2 comments

I'm not sure that it does. In fact the Mountain Lion upgrade deleted the command line toolchain from my machine. I had to go into Xcode and manually tell it to re-download the "Command Line Tools" optional extension.
That's just the stuff that goes in /usr/bin, right? Aren't the files always present in /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin etc.?
Correct. And you can always run it using xcrun (e.g. xcrun clang).
They have since day 1 - check out MPW, Macintosh Programmers Workshop. And I mean, since MacOS pre-1.0.

http://en.wikipedia.org/wiki/Macintosh_Programmer%27s_Worksh...