$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Deane Yang (deane_yang_at_[hidden])
Date: 2006-11-22 01:49:44
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.