Boost logo

Boost Users :

From: dhruva (dhruvakm_at_[hidden])
Date: 2007-05-24 00:02:55


Hi

On 5/24/07, Rene Rivera <grafikrobot_at_[hidden]> wrote:
> Iliyan Georgiev wrote:
> > I noticed that the build process generates duplicate .lib files - versioned
> > and unversioned. Is there a redundancy and do I need both in order
> > auto-linking to work properly? If so, which type is redundant?
>
> They are indeed "redundant". They are that way for people who prefer to

It depends on how you have built BOOST. If you build using "bjam
--layout=system", the libs with *no* version (and compiler) name is
used by auto_link. On BOOST 1.34, I think it is a bit broken as the
auto_link tries to include some libs which have "-mt" in the lib names
(multi-threaded libraries). The auto_link might need some fix to
decide which one to pick. I have not explore deep enough yet.

-dky

-- 
Dhruva Krishnamurthy
Contents reflect my personal views only!

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net