Changes between Initial Version and Version 1 of Ticket #48901, comment 3
- Timestamp:
- Sep 27, 2015, 7:22:37 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48901, comment 3
initial v1 4 4 Curious. Here is what I'm using on my Yosemite machine (from inspecting the log during the build process): 5 5 6 {{{ 6 7 $ /usr/bin/clang++ --version 7 8 Apple LLVM version 7.0.0 (clang-700.0.72) 8 9 Target: x86_64-apple-darwin14.5.0 9 10 Thread model: posix 11 }}} 10 12 11 13 btw, how can I preserve the log after a successful build? "port install -s -k -d" did not do it.