
6 Mar
2006
6 Mar
'06
11:38 a.m.
De : boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] De la part de Andy Tompkins Envoyé : vendredi 3 mars 2006 23:01 À : boost@lists.boost.org Objet : Re: [boost] [guid] bjam help
Marc Viala <mviala <at> acticm.com> writes:
<snip>
Hi Marc,
I just uploaded a new version of the guid library to the boost vault. The
difference is that the Jamfile is rewritten/fixed to link correctly with
only the
Boost Thread library.
The dll build was trying to link to the static version of Boost.Thread instead of the dynamic version.
I hope this does the trick.
Andy. [Marc Viala] Hi Andy,
Thanks a lot for the patch of bjam file. It compiles & works fine. I'm now using your lib in my application. Best regards