$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Linker can't find library file
From: Dmitry Timoshenko (dimentiy2k_at_[hidden])
Date: 2011-04-16 20:58:19
> The error indicates that auto-linking is still
> looking for the library. Therefore, you have an
> object file somewhere that was compiled without
> -DBOOST_ALL_NO_LIB. Unfortunately, this can
> often be difficult to track down.
>
> In Christ,
> Steven Watanabe
>
You are quite right. I have it resolved now.
Thank you.