Hi,

I noticed that the icl tests use libboost_thread without <threading>multi.

This seems like a problem. At least on AIX with the IBM compiler, this causes a link-time failure because of not linking to the pthread library. Adding this as a requirement in the Jamfile allows the most of the tests to pass with the vacpp toolset.

For the remaining few cases, the issue appears to be with the STL library shipped with the compiler.

Thanks,


Hubert Tong