
Hi Michel, On Jul 10, 2012, at 7:14 AM, Michel Morin wrote:
First, as a user of the Boost libraries, I'd like to say thank you to Noel and all the testers for providing the testing resources.
You're welcome. Regrettably I'm unable to contribute much to the code base so the least I can do is provide access to testers.
Belcourt, Kenneth wrote:
2. Did you install libc++? If not, please install it. See the instruction "Get it and get involved!" at http://libcxx.llvm.org/ .
The instructions suggest this:
To build on Mac OS X 10.6 (Snow Leopard), you need a helper library and header found here. cp cxxabi.h to /usr/include, and cp libc++abi.dylib to /usr/lib.
But I'm not a sysadmin so I can't write into those locations. Do you know if clang will work correctly if those files are located elsewhere?
OK, so you cannot install libc++ to the standard location. Let's try the following and see how it goes:
The Darwin clang c++11 tests are running, results should post in a few hours. Now that I understand the process, I'll attempt to bring up clang on linux with c++11 / libc++ support (might be the weekend before this happens). Couldn't have done it without your help, thanks again! -- Noel