(03-09-2012, 01:56 PM)Shonumi Wrote: I guess it's because your shell can't find the ar command. According to Apple's dev pages it should have been part of Xcode. Might wanna check your installation again. Dunno too much about OS X, but it's a Unix OS. Try this command from the terminal:
Code:
which ar
See if it prints out a path to the executable. If it does, then that means it's at least installed on your computer. It could just be that it's not installed where your shell expects it.
That doesn't make a lot of sense. which will find exactly the same things the shell will find too, as it searches in the same places. In other words, I don't think you'll ever get any information from which if bash tells you "command not found".
