3 Apr
2003
3 Apr
'03
2:57 p.m.
-- 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.