Boost logo

Boost-Build :

From: Christopher Cambly (ccambly_at_[hidden])
Date: 2007-05-11 13:04:48


> David Abrahams wrote:
>
> >> I initially tried "$(usage-requirements)
> >> <linkflags>-Wl,-bI:$(libraries)/python.exp" but that gave me
> >> " -bI:/usr/lib/python.exp -bI:/usr/lib/python2.4/config/python.exp "
> >
> > Yeah, nasty. Volodya, is there a way to embed a comma in a feature
> > value?
>
> I'm not aware of any special handing of comma, except on command line.
> And if 'libraries' have 2 elements, I'd expect two options to linker
> to be passed.
>
> Christopher, is it really that -Wl, disappears?
>
> - Volodya

The -Wl, does not disappear. However, you did seem to answer my question.
 It
was that "'libraries' have 2 elements" implying array like element access
is
acceptable syntax as in $(libraries[1])

Chris Cambly
XL C++ Compiler Development



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk