Boost logo

Boost-Build :

From: aneubeck2004 (aneubeck_at_[hidden])
Date: 2004-09-15 07:59:46


--- In jamboost_at_[hidden], Vladimir Prus <ghost_at_c...> wrote:
> aneubeck2004 wrote:
>
> Hi,
>
> > project libs
> .......
> > lib zlib : : <name>z ;
> > lib pnglib : /libs//zlib : <name>png ;
>
> > project preparation
> >
> > : requirements <library>/libs//pnglib ;
> >
> > Unfortunately this doesn't work :(
> > Any ideas what's wrong with my Jamfiles?
>
> Do you have any 'use-project' invocation, as described right at the
bottom of

I was a bit inprecise.
yes, I have a use-project.
I don't get any syntax/interpretation error, when running bjam.
But the linker is called without the -lz option, which I hoped to get
by adding /libs//zlib.
Now the question is:
How can I write the library dependency such that it works (also for
more libraries)?

Alexander

 


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