Boost logo

Boost Users :

From: John Maddock (john_maddock_at_[hidden])
Date: 2003-04-03 09:57:49


> -- why do above commands generate different libs?

I'm basically waiting to see what boost.build.v2 does with these before
unifying the naming scheme

>make generates a full set of libs, but bjam does not, why?

With bjam you need to tell it which runtime variants you want:

bjam -sTOOLS=vc7 -sBUILD="release <runtime-link>static <threading>multi"

etc.

> -- no other libs do have makefiles, why?

Ask their authors :-)

John.


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