3 | | "If Botan is being built by a compiler without TR1 support, you need to pass the |
4 | | option --with-tr1=none to configure.py. Alternately, if boost is available, |
5 | | --with-tr=boost will attempt to use it rather than the compiler-provided |
6 | | version. If TR1 is disabled (using `none`) then the TLS implementation will not |
7 | | be included in the build. |
8 | | |
9 | | "There is version detection for GCC, but for Clang it just assumes TR1 is |
10 | | supported, as I had thought that all versions of Clang with complete enough |
11 | | C++98 to compile botan also include TR1. What version of Clang do you have on |
12 | | your system?" |
| 3 | > If Botan is being built by a compiler without TR1 support, you need to pass the |
| 4 | > option --with-tr1=none to configure.py. Alternately, if boost is available, |
| 5 | > --with-tr=boost will attempt to use it rather than the compiler-provided |
| 6 | > version. If TR1 is disabled (using `none`) then the TLS implementation will not |
| 7 | > be included in the build. |
| 8 | > |
| 9 | > There is version detection for GCC, but for Clang it just assumes TR1 is |
| 10 | > supported, as I had thought that all versions of Clang with complete enough |
| 11 | > C++98 to compile botan also include TR1. What version of Clang do you have on |
| 12 | > your system? |