The files with "lib" prefix are static libraries whereas the ones
without "lib" are used for dynamic linking (DLLs).
First decide, what you want to use, then build the appropriate files.
with bjam use the option link=static or link=shared.
Have a look at
http://www.codeproject.com/KB/tips/Building_boost_libraries.aspx
That may help you.
Regards,
Rainer
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users