> 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