Advertisement
Bob_the_Hamster

gcc and clang info on mac os x 10.11

Sep 9th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. palsink:~/src/ohr/wip james$ gcc --version
  2. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  3. Apple LLVM version 7.3.0 (clang-703.0.31)
  4. Target: x86_64-apple-darwin15.6.0
  5. Thread model: posix
  6. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  7.  
  8. palsink:~/src/ohr/wip james$ clang --version
  9. Apple LLVM version 7.3.0 (clang-703.0.31)
  10. Target: x86_64-apple-darwin15.6.0
  11. Thread model: posix
  12. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  13.  
  14. palsink:~/src/ohr/wip james$ gcc -dumpversion
  15. 4.2.1
  16.  
  17. palsink:~/src/ohr/wip james$ clang -dumpversion
  18. 4.2.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement