Boost logo

Boost-Build :

Subject: Re: [Boost-build] bjam - windows - dll
From: Anant Rao (arao_at_[hidden])
Date: 2009-11-28 19:19:47


Hi Volodya,

Of course, it did help!! There are few people who write such awesome software and in addition, help out others. You're great.

Thanks a lot,
Anant

-----Original Message-----
From: boost-build-bounces_at_[hidden] [mailto:boost-build-bounces_at_[hidden]] On Behalf Of Vladimir Prus
Sent: Saturday, November 28, 2009 12:23 AM
To: Boost.Build developer's and user's list
Subject: Re: [Boost-build] bjam - windows - dll

On Saturday 28 November 2009 02:53:41 Anant Rao wrote:

> Hi,
>
> I'm attaching a zip file that contains 3 files:
>
> user-config.jam
> Jamroot
> Jamfile
>
> I genuinely tried to provide my question as simple as possible. In that process, I committed a typo, which I certainly understand leads to confusion. Sorry.
>
> As I'm anyway sending all my bjam files, could you please also offer advice - in getting rid of code ugliness or make it more efficient?

You Jamroot has this in requirements:

        <toolset>msvc:<link>static

So, naturally, everything is built statically, everywhere. You need to either:

- Remove that requirement in Jamroot
- Add additional <link>shared requirement on your library
- Cancel out Jamroot's requirement by adding -<toolset>msvc:<link>static requirement on your library

Does this help?

- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build


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