-----Original Message----- From: John Maddock Sent: Thursday, August 20, 2015 7:33 PM To: boost-users@lists.boost.org Subject: Re: [Boost-users] Building Boost 1.59.0 on Solaris 11 with Solaris Studio 12.4 So far I have: Fixes in develop: https://github.com/boostorg/config/commit/7b9e5f8d6be9334a14befc3623977bb241... https://github.com/boostorg/regex/commit/5e98fe9a6ababcc640cfcf0a76685f7ac70... https://github.com/boostorg/math/commit/ba98215010a125d845fc78cb861eb2fc8ab2... https://github.com/boostorg/math/commit/8f252f78a02cc55b726b4a0e6198be2b0a5e... https://github.com/boostorg/thread/commit/b8dbe960b7e7777cadeac2e12be80058f7... Outstanding PR's: https://github.com/boostorg/smart_ptr/pull/17 Outstanding Bug reports: https://svn.boost.org/trac/boost/ticket/11555 (thread) Probably more to follow. HTH, John. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users Hi John, FYI, according to the Solaris Studio 12.4 C++ User's Guide, quote "Many system libraries are only available as dynamic libraries in the Oracle Solaris 64-bit compilation environment". Therefore, your change to use static libraries may not be feasible when compiling on Solaris 11 x86 because it is 64-bit only. Regards, Leo