1 | | some more data - from an Intel 10.5 machine. Same issue on the Intel machine, and also same issue with clang++. So it's looking more like a 10.5 issue than anything else, at the moment - not specific to gcc, and not specific to PPC. The `llrint` missing definitions you noted are a recognized issue with systems < 10.7, btw, see <https://github.com/jeremyhu/libcxx/commit/720feba4874d4ca3131753dc31af127e3c509c36> |
| 1 | some more data - from an Intel 10.5 machine. Same issue on the Intel machine, and also same issue with clang++. So it's looking more like a 10.5 issue than anything else, at the moment - not specific to gcc, and not specific to PPC. The `llrint` and other similar missing definitions you noted are a recognized issue with systems < 10.7, btw, see <https://github.com/jeremyhu/libcxx/commit/720feba4874d4ca3131753dc31af127e3c509c36> |