Xcode Command Line Tools
Xcode Command Line Tools
- Subject: Xcode Command Line Tools
- From: Andreas Grosam <email@hidden>
- Date: Tue, 27 Mar 2012 12:09:03 +0200
It seems, Xcode Command Line Tools does not contain the GNU tool chain anymore. Is this correct?
If yes, it would have been worth a developer note, since with upgrading to Xcode 4.3.x - building with the GNU tool chain is no longer possible. Since this is in no way expected on a UNIX based machine, it took me also a good amount of time to figure this out, especially since many autoconf install scripts are not that descriptive when reporting errors, and it took me a while to find the culprit.
So, if anybody is having trouble installing packages from package managers like RVM, gem, Homebrew, MacPorts, etc. whose cause is missing auto* tools, you can install the GNU autotools with for instance Homebrew:
$ brew install autoconf
$ brew install automake
(note, MacPorts has autoconf, automake, etc. , too)
Regards
Andreas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden