$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2004-10-02 06:54:00
On 10/01/2004 09:34 AM, Vladimir Prus wrote:
[snip]
>
> Maybe, you could try cleaning everything, running "bjam -n" and they trying to
> run all the command manually. Then, try to trim the command line by removing
> option, to get the simplest command line which still fails. After than, some
> of the Intel experts might be able to help.
>
> For me, only <hardcode-dll-paths> looks suspicious.
After rm'ing the <hardcode-dll-paths> , it worked.
However, I'm wondering about the lines from "bjam -n" output which
contain:
-Wl,-Bdynamic -Wl,-Bstatic -Wl,-Bdynamic -Wl,-Bstatic
Why the duplication? Also, "man ld" description of -Bstatic
contains:
Do not link against shared libraries.
Isn't mout.so a shared library? If so, this seems contradictory,
even though it works.