I updated to OS X Lion today, and I don't seem to have a copy of gcc any more. Did this happen to anyone else? Does anyone know why this would happen?
|
|
I was mighty pissed when I found out that the OS X Lion upgrade wiped out my entire development tool-chain. However, with help from a friend, I discovered that the tool-chain had instead been moved into the |
|||
|
|
|
Just installed Xcode 4.3 on Lion from the app store, had the same issue with gcc, etc not installed. Fumbled around until I did the following: in Xcode: Preferences --> Downloads With "Components" selected, you will see a list of downloadable components. Look for Command Line Tools, and click on install. You will be prompted for your Apple Developer userid and password. After successfully authenticating, the command line tools component downloads and installs a bunch of goodness, including gcc. |
|||||||||||
|
|
Download the new Xcode from the App Store and run Install XCode. It's now free, not $4.99. |
|||||||||||||||||
|
|
You can just put /Developer/usr/bin in your $PATH and everything is fine:
|
|||
|
|
|
I followed these steps and was able to get GCC working again.
|
|||||||
|
|
I had this issue too, where even after I install XCode4, there was no gcc in my path. But it turns out my install was just borked. I reran the XCode installer and now /usr/bin/gcc is a symlink to /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 as it should be. edit: secoif's comment was correct. Just reinstall XCode. |
||||
|
|
New installations of Xcode (versions 4.2 and up) through the App Store do not ship with gcc-4.2. You can download and install Xcode 4.1 through the Apple Developer Central. Free registration required. |
|||
|
|
protected by Community♦ Feb 27 '12 at 15:12
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.