On Tue, 14 Dec 2004 12:28:44 -0600, Simmons, Aaron
I've upgraded to boost 1.32 on Win32 (using vc-7_1). Static linking to boost threads is back (yay!), but it doesn't seem to be completely there. For instance, there aren't any .lib files if I want to statically link to boost threads while using the dynamic runtime. In looking at the files generated by the install, there only seems to be dynamic-runtime/dynamic-threads dlls and static-runtime/static-threads libs. Other boost packages have dynamic-runtime/static-boost libs.
Is this intentional (e.g., there are still problems with TSS)?
This was an oversight which Stefan Slapeta is fixing (has fixed?) in CVS. There was a bit of discussion about it recently in the Boost development mailing list; see http://lists.boost.org/MailArchives/boost/msg76177.php. Mike