
On Tue, 29 Apr 2008 09:48:49 +0200, John Torjo <john.groups@torjo.com> wrote: Hi John,
[...]
As far as I understand meanwhile the linker is trying to link against a DLL (that's why it's looking for boost_log-vc90-mt-gd-1_34_1.lib) but there has no DLL been built when I ran bjam. I'd prefer to link statically but would be happy if anyone could tell me how to invoke bjam to create a DLL for (Boost.)Log. I found the directory bin.v2\libs\log\build\msvc-9.0\debug\link-static\threading-multi but there is no DLL indeed. Or doesn't (Boost.)Log create DLLs yet/currently?
This is VERY strange. Could you send me a snippet of the code. Just as a side-note - the library is header-only, so it doesn't make sense to try to link to a lib.
the library is header-only?! I downloaded the library from http://www.torjo.com/code/log2.zip - is this an old version which maybe was not yet header-only? Boris