Changes between Initial Version and Version 1 of Ticket #43917, comment 68
- Timestamp:
- Jun 7, 2014, 8:01:39 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43917, comment 68
initial v1 92 92 * (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? 93 93 * 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. 94 * Assuming that ROOT gets compiled with `clang-3.5`. Would it have to be recompiled when `clang-3.5` gets an update?