
I was missing one more thing... Michel Morin wrote:
The Darwin clang c++11 tests are running, results should post in a few hours.
All tests failed on Sandia-darwin-clang-trunk and Sandia-darwin-clang-trunk-c++11! In many cases, compilation succeeded but linking failed. [...] [Sandia-darwin-clang-trunk-c++11] * Did you make "libc++.dylib" (by symlinking or copying "libc++.1.dylib")?
Before you build libc++ by the "libcxx/lib/buildit" script, please change the following lines of the script: * Line 55 -install_name /usr/lib/libc++.1.dylib to -install_name SOME_PATH/libcxx/lib/libc++.1.dylib * Line 56 -Wl,-reexport_library,/usr/lib/libc++abi.dylib \ to -Wl,-reexport_library,SOME_PATH/libcxx/lib/libc++abi.dylib \ Then, * build libcxx, * make a symlink or a copy of libc++.1.dylib. Could you try it? I think this is the reason the C++11 test runner still fails. Sorry for troubling you again. Regards, Michel