$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Stevens (Michael.Stevens_at_[hidden])
Date: 2004-09-05 02:45:16
On Sunday 05 September 2004 01:11, Larry Evans wrote:
> On 09/04/2004 05:45 PM, David Abrahams wrote:
> > Larry Evans <cppljevans_at_[hidden]> writes:
>
> [snip]
>
> > Err... does
> >
> > bjam --v2 gcc --link-runtime=static
> >
> > work?
>
I think David meant
bjam --v2 gcc link-runtime=static
without the extra --
Note that all features when specifed on the command line use the
featue=value
syntax and not the
<feature>value
as used in jamfiles. This stops you going made quoting everything an
accidentally redirecting to a file!
Michael