David Brownell wrote:
> While this will work (although it is discouraged in the documentation
> of redist.txt), my preference is to ship only one DLL (the thread
> dll) and my exe.  Anyone know how to tweak bjam to do this?

I would be wary of any code which has both static and dynamic versions of
RTL routines in different modules. I can't say for sure why this mix seems
to cause problems, but personally I go with either all static or all dynamic
solutions.



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to