From: Jason Winnebeck (yg-boost-users_at_[hidden])
Date: 2003-07-18 07:22:08


hh10k wrote:
> But now I get errors like:
> LIBCMTD.lib
> MSVCRTD.lib(MSVCRTD.dll)

You can't mix and match the run-time libraries. Everything linked
together needs to be compiled using the same option /MT or /MD or which
ever you are using.

I'm not knowledgeable about STLport and bjam (I only use things
implemented in headers from Boost), but I'm pretty sure your problem
stems from the C++ runtimes you are using.

Jason