|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-06-08 08:38:11
Hi Jürgen,
> > Try replacing this with
> >
> > alias flexlm : $(FLEXLM_ROOT)/i86_n3/lmgr_md.lib ;
> >
> > The <file> feature is going to be deprecated soon.
>
> Oh, I think I have to rewrite my Jamfiles. What is the preferred way to
> include libraries ?
For searched libraries, it's still
lib foo : : <name>foo <search>/usr/lib ;
and for libraries where library file location is know it's alias, as given
above.
> This works for my Jamfiles, but unfortunately qt.jam bails out with a
> similar same error message. And I can't use alias because this breaks
> the propagation of the usage-properties of qt.jam.
Hmm.... do you get "duplicate ... " error from qt.jam. That's strange, could
you please sent the output for that case. I can't see how that can possibly
happen.
- Volodya
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