Link to home
Start Free TrialLog in
Avatar of HLyder
HLyderFlag for United States of America

asked on

Visual C++ 2010, BJAM, Boost library compile

I inherited a project and to compile it I needed some additional libraries.
I downloaded the boost libraries from www.boost.org and now need to compile the boost library to create the file

libboost_system-vc100-mt-s-1_46_1.lib  (which my project says is missing when I try to build it)

the closest I get is using the BJAM compiler using the line

BJAM --with-system

this produces the libraries
  libboost_system-vc100-mt-gd.lib
  libboost_system-vc100-mt-gd-1_46_1.lib
  libboost_system-vc100-mt.lib
  libboost_system-vc100-mt-1_46_1.lib

I have tried a variety of angles on the bjam but have not found the magic answer yet
ASKER CERTIFIED SOLUTION
Avatar of HLyder
HLyder
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial