22 Nov
2006
22 Nov
'06
6:49 a.m.
I am using bjam with Boost Build v2 to compile and link an executable that calls the boost serialization library using MSVC++ 8.0. For some reason, it tries to link to a library named "libboost..." but the actual library is called "boost...." (no "lib" prefix). Why is this happening and how do I fix it? It doesn't happen when I compile the same executable in Linux.