[yt-users] Error when installing

Nathan Goldbaum nathan12343 at gmail.com
Mon Mar 17 22:16:23 PDT 2014


xcode-select --install is only available on the newest versions of xcode.
 It's possible you have an old version of xcode installed (possibly because
you updated from an older OS X where you had xcode installed already). Do
you see any updates for xcode available in the mac app store?

See this page for more info: https://developer.apple.com/support/xcode/


On Mon, Mar 17, 2014 at 10:01 PM, Nathan Goldbaum <nathan12343 at gmail.com>wrote:

> Hi Jacob,
>
> This StackOverflow thread might be helpful:
> http://stackoverflow.com/questions/21365197/xcode-select-install-not-running
>
> -Nathan
>
>
> On Mon, Mar 17, 2014 at 9:48 PM, Jacob Hamer <jacobhhamer at gmail.com>wrote:
>
>> Hey-
>> When I do xcode-select --install , it only brings up this menu of
>> options(I had tried to do this earlier)
>>
>> $ xcode-select --install
>>
>> Usage: xcode-select -print-path
>>
>>    or: xcode-select -switch <xcode_folder_path>
>>
>>    or: xcode-select -version
>>
>> Arguments:
>>
>>    -print-path                     Prints the path of the current Xcode
>> folder
>>
>>    -switch <xcode_folder_path>     Sets the path for the current Xcode
>> folder
>>
>>    -version                        Prints xcode-select version information
>>
>>
>> Also, when I go to previous updates installed, Command Line Tools for
>> Mavericks is on the list.
>>
>> Thanks!
>>
>>
>> On Mon, Mar 17, 2014 at 11:39 PM, Nathan Goldbaum <nathan12343 at gmail.com>wrote:
>>
>>> Hi Jacob,
>>>
>>> Hmm, are you sure you have the command line tools installed?  While
>>> apple removed gcc from the command line tools with the release of
>>> Mavericks, there is still a gcc executable - it's just a symlink to clang
>>> now.
>>>
>>> Just to make sure can you do the following from the terminal:
>>>
>>> xcode-select --install
>>>
>>> Nathan
>>>
>>>
>>> On Monday, March 17, 2014, Jacob Hamer <jacobhhamer at gmail.com> wrote:
>>>
>>>> Here is the error as outputted.
>>>> ____________________________________
>>>>
>>>> gcc -fPIC -c blocksort.c
>>>> make: gcc: No such file or directory
>>>> make: *** [blocksort.o] Error 1
>>>>
>>>> _____________________________________
>>>>
>>>> How can I fix this? I have OSX Mavericks 10.9.1.
>>>> I have Xcode and Command Line Tools installed. What am I doing wrong?
>>>>
>>>> Thank you!
>>>>
>>>>
>>>>
>>>>
>>> _______________________________________________
>>> yt-users mailing list
>>> yt-users at lists.spacepope.org
>>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>>>
>>>
>>
>> _______________________________________________
>> yt-users mailing list
>> yt-users at lists.spacepope.org
>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-users-spacepope.org/attachments/20140317/57c25a14/attachment.htm>


More information about the yt-users mailing list