$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost build problem
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2009-09-23 23:17:49
Emil Dotchevski wrote:
> I'm trying to use <link>static and <runtime-link>static with my own
> code, which depends on boost filesystem, and I have the problem that
> the linker is passed libboost_filesystem-vc80-mt-sgd-1_41.lib while
> the debug\link-static\runtime-link-static folder has
> libboost_filesystem-vc80-sgd-1_41.lib.
>
> (I've built bjam from the latest trunk sources and I'm using the
> latest trunk revision of boost build.)
>
> HALP! :)
I guess you didn't specify threading=multi while building Boost?