$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-11-02 14:48:40
Javier Estrada wrote:
> Thx. Apparently I messed up by using "bjam -sTOOLS=vc-8_0_tool
> install" instead.
>
> A related question: The reason I found this is because I ported a
> project to VC8 and the linker barfs, asking for the vc8 infix in the
> libraries. I assume a macro is defining the infix, am I correct.?
In the source? Yes, it's all in boost/config/auto_link.hpp
John.