
I have run the test and I'm getting a lot of errors for test_float_io_cpp_dec_float
bjam toolset=clang-2.9,clang-2.9x -j2
Works for me with clang SVN trunk on Ubuntu x86 Linux (except for one internal compiler error in another test). John.
I am trying to investigate the issue with float I/O test that Vicente reported. But I am stuck. Preliminary: I have not used clang before and I'm a beginner with building boost. I started my Ubuntu x86_64 machine and checked out the trunk. I can successfully build trunk with b2 and GCC 4.5. I can also successfully run the multiprecision tests with GCC 4.5. I got the x84_64-linux-gnu clang 2.9 binaries and unpacked the tar ball. Then I add the clang bin directory to path. Then I try to run the multiprecision tests with clang toolchain. But even though clang 2.9 gets invoked, it can't find all of the C++ standard library. It seems to default to using the LINUX default includes and tries to use GCC's library headers. I'm real dumb. My apologies. But can I get clang running in a short time frame to try to reproduce Vicente's error report? How can this compiler find its C++ standard library and STL? Thanks for any help. Best regards, Chris.