$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jm_at_[hidden])
Date: 2003-04-30 05:21:01
> Please check all configurations to be sure that they work.
Almost but not quite, there are two remaining issues:
1) For VC builds (msvc/vc7/vc71 toolsets), then runtime-link-dynamic should
imply threading-multi, at present the build system thinks that the default
runtime-link-dynamic build is single threaded which isn't actually true.
2) The makefiles don't add a "lib" prefix to windows static lib's.
Are these fixable?
Otherwise nice work !
Thanks,
John.