$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Static link boost library using arm compiler
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-02-24 10:38:26
Carlos wrote:
> This is how I'm compiling boost:
>
> sudo bjam install --prefix=/usr/local/boost_1_42_0 --layout=system
> -toolset=gcc-arm link=static runtime-link=static
If there actually "-" before "toolset"? It should not be there. Please remove
it, add "-n" and "-a" options, run that command again, and post an example
compilation command.
- Volodya