
21 Oct
2012
21 Oct
'12
12:32 a.m.
AMDG On 10/20/2012 02:30 PM, Pavel Heimlich, a.k.a. hajma wrote:
Hi, I'm trying to add support for building Boost on Solaris 11 with Solaris Studio and the Apache stdcxx4 library. While building it manually works well, I have problems with running the regression testsuite, it fails when trying to build process_jam_log. I'm quite lost in the Boost build system so I don't even know how to start debugging this. TIA for any hints
You need a user-config.jam (in your home directory) containing using sun-stdcxx4 ; Also, it would probably be better just to use the sun toolset with using sun : : : <cxxflags>-library=stdcxx4 <linkflags>-library=stdcxx4 ; instead of creating a whole separate toolset. In Christ, Steven Watanabe