Changes between Initial Version and Version 1 of Ticket #47625, comment 3


Ignore:
Timestamp:
May 4, 2015, 1:52:08 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47625, comment 3

    initial v1  
     1{{{
    12$ xcodebuild -version
     3Xcode 6.3.1
     4Build version 6D1002
     5}}}
    26
    3 Xcode 6.3.1
     7{{{
     8$ xcode-select -p
     9/Applications/Xcode.app/Contents/Developer
     10}}}
    411
    5 Build version 6D1002
    6 
    7 
    8 
    9 $ xcode-select -p
    10 
    11 /Applications/Xcode.app/Contents/Developer
    12 
    13 
    14 
     12{{{
    1513$ gcc -v
    16 
    1714Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
    18 
    1915Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
    20 
    2116Target: x86_64-apple-darwin14.3.0
    22 
    2317Thread model: posix
     18}}}