Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-05-08 09:12:37


Kirill Lapshin wrote:

> Also suppose it is a shared library, and names of the
> dll and import lib are different, would it be
> sufficient to refer to lib only? Should I add
> <link>shared in this case? When I am trying to add
> <link>shared I am seeing odd behavior -- no error
> messages (apart from numerous warnings of unused
> sources) and no "...patience..." message, no attempt
> to build anything, it just prints warnings and quits.

Kirill,
could you give more details how we can reproduce this?
When I try Jamfile which reads:

project : requirements <include>c:/foo/include ;

lib foo : : <file>c:/foo/bin/foo.lib <link>shared ;

lib hello1b : hello1.cpp : <library>foo ;

It tries to build hello1b. The bug is not so urgent, but I'd like to make sure
it's not forgotten and that we have reproduction recipe when we get to fixing
it.

- 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