$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-08-24 14:01:27
On Thursday 24 August 2006 19:17, David Abrahams wrote:
> Vladimir Prus <ghost_at_[hidden]> writes:
> > On Thursday 24 August 2006 17:38, David Abrahams wrote:
> >> I can't find this property defined anywhere in the BBv2 sources. I
> >> was trying to address
> >> http://archives.free.net.ph/message/20060815.234820.36bc6303.en.html
> >
> > We don't have such property at the moment, instead we have two, called
> > find-library-sa and find-library-st. They are supposed to request shared
> > and static library respectively, but for the time being, you can just use
> > 'find-library-sa'.
>
> Okay. A few questions:
>
> 1. In what language is "sa" supposed to evoke "shared"?
Ah, the features actually are called find-shared-library and
find-static-library, the SA/ST suffixes are only used as variable names in
gcc.jam.
- Volodya