
Any chance you can take a look at the attached configure generated user.hpp and recommend changes to Boost.config for supporting the Pathscale compiler?
Noel, can you please run the configure script with the --enable-test option? That will print out at the end what *probably* needs to change - it's not completely infallible - but much easier than comparing long lists of macro names ;-)
Ah, right, sorry. You've mentioned that before and I keep forgetting. Here's the updated output.
the following macros need to be defined BOOST_NO_FENV_H
Are you able to tell why that test is failing (should be in the configure log somewhere)? BTW the results online show Pathscale passing the config tests even without that one set... it should surely be available on Linux whatever the compiler?
the following macros need to be undef'ed BOOST_DEDUCED_TYPENAME BOOST_NO_0X_HDR_TYPE_TRAITS BOOST_NO_0X_HDR_ARRAY
Tentative fix for those committed. Cheers, John.