Michael Jackson wrote:
When you build boost use the --prefix=C:\boost_1_40 ... install

also you should specify toolset==msvc9.0 or the libraries will not be named correctly.


Hmm, I managed to compile a small program_options test program.
Program options libraries are named like:

boost_program_options-vc90-mt-1_40.dll
boost_program_options-vc90-mt-gd-1_40.dll
boost_program_options-vc90-mt.lib
boost_program_options-vc90-mt-1_40.lib
boost_program_options-vc90-mt-gd.lib
boost_program_options-vc90-mt-gd-1_40.lib
libboost_program_options-vc90-mt.lib
libboost_program_options-vc90-mt-1_40.lib
libboost_program_options-vc90-mt-gd.lib
libboost_program_options-vc90-mt-gd-1_40.lib
libboost_program_options-vc90-mt-s.lib
libboost_program_options-vc90-mt-s-1_40.lib
libboost_program_options-vc90-mt-sgd.lib
libboost_program_options-vc90-mt-sgd-1_40.lib
libboost_program_options-vc90-s.lib
libboost_program_options-vc90-s-1_40.lib
libboost_program_options-vc90-sgd.lib
libboost_program_options-vc90-sgd-1_40.lib

How should they be named correctly?

Cheers,
Cristian.


_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to