Changes between Initial Version and Version 1 of Ticket #43917, comment 69
- Timestamp:
- Jun 7, 2014, 8:17:59 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43917, comment 69
initial v1 3 3 > * (something was probably awfully wrong on this old laptop – maybe low disk space, web browser using all resources, slow processor etc., but) ROOT spent 3 hours compiling `cling`: why doesn't it use that built-in clang/cling compiler? Why does it struggle with the system compiler then? Should we open a ticket for that? 4 4 5 ROOT only uses the in-built clang library for its cling interpreter. For real compilation tasks, it still uses the library that was used toit itself.5 ROOT only uses the in-built clang library for its cling interpreter. For real compilation tasks, it still uses the compiler that was used to build it itself. 6 6 7 7 > * Are you aware that currently ROOT would use, say, `macports-clang-3.4` (on anything else but 10.9) without declaring a runtime dependency on that compiler? You only declare a dependency if user asks for it via `+clang34`, but not when that compiler is automatically selected.