
Hi Beman, On Nov 17, 2009, at 1:57 PM, Beman Dawes wrote:
The third, and hopefully final, release candidate is now available. The VC++ build problems are resolved, at least on my system.
http://boost.cowic.de/rc/boost_1_41_0.tar.bz2 - Unix line endings http://boost.cowic.de/rc/boost_1_41_0.tar.gz - Unix line endings http://boost.cowic.de/rc/boost_1_41_0.7z - Windows line endings http://boost.cowic.de/rc/boost_1_41_0.zip - Windows line endings
Please download and do a test build, reporting successes as well as failures.
I ran bootstrap.sh and built with darwin on Leopard and gcc-3.4.6 on Linux, no problems. Tried intel-11.1 on Leopard, got a compile error from the thread library. libs/thread/src/pthread/thread.cpp(384): error: identifier "get_nprocs" is undefined return get_nprocs(); -- Noel