Changes between Version 1 and Version 2 of Ticket #55057, comment 3


Ignore:
Timestamp:
Oct 10, 2017, 6:10:33 PM (7 years ago)
Author:
shapez0r
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55057, comment 3

    v1 v2  
    1 yes, it's 10.12 16A323 with xcode 9 9A235, but indeed no clang inside /usr/bin
     1yes, it's 10.12 16A323 with xcode 9 9A235 with cltools installed, but indeed clang gives the following:
     2
     3{{{
     4root# ls -la /usr/bin/clang
     5-rwxr-xr-x  1 root  wheel  18240 Sep 14  2016 /usr/bin/clang
     6root# clang
     7clang: error: unable to find utility "clang", not a developer tool or in PATH
     8
     9}}}