From: Jurko Gospodnetić (jurko.gospodnetic_at_[hidden])
Date: 2008-04-09 11:55:03


   Hi Neal.

> After updating to latest svn yesterday, now I am only getting -mt libs
> built.
>
> Here's my invocation:
> bjam -sICU_PATH=/usr -sEXPAT_INCLUDE=/usr -sEXPAT_LIBPATH=/usr/lib64 --layout=system
> stage

   Could it be you're missing the --build-type=complete option?

   Some people thought that making Boost build only some, supposedly
most often needed, of its variants by default was the right thing to do
and added this option to make it build all the variants as it used to. I
personally still do not get why they did that...

   For more information type 'bjam --help' in the boost folder and read
up on that option in the help text or open the main Jamroot file and
read the corresponding comment.

   Hope this helps.

   Best regards,
     Jurko Gospodnetić