Changes between Initial Version and Version 1 of Ticket #37612, comment 15


Ignore:
Timestamp:
Mar 17, 2014, 10:01:48 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37612, comment 15

    initial v1  
    33> > Also, you only said Xcode is up to date; what about the Command Line Tools?
    44>
    5 >
     5> {{{
    66> [guest-152-3-5-51:Com_phy/hw/hw1] frankliuao% ls -l /Developer/
    77> total 0
     
    1111> drwxr-xr-x  4 root  wheel  136 May  7  2012 SDKs
    1212> drwxrwxr-x  7 root  admin  238 Aug 14 11:10 usr
     13> }}}
    1314
    1415I don't know what you mean by command line. I use tcsh shell all the time.
     
    1617Also the command you sent me is too fancy, here are mine:
    1718
     19{{{
    1820/usr/bin/xcodebuild -version |head -n1
    1921Xcode 4.5.2
    20 
     22}}}
     23{{{
    2124/usr/bin/xcodebuild -version |tail -1
    2225Build version 4G2008a
    23 
     26}}}
     27{{{
    2428/usr/bin/llvm-gcc --version |head -1
    2529/usr/bin/llvm-gcc: Command not found.
    26 
     30}}}
     31{{{
    2732/usr/bin/gcc --version | head -1
    2833i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)
    29 
     34}}}
     35{{{
    3036/usr/bin/clang --version |head -n1
    3137/usr/bin/clang: Command not found.
     38}}}