I am on windows using the latest version of the intel compiler (set in my user-config.jam). I was able to do a debug build of everything using: bjam link=static debug stage But when I tried to do a release build, it is popping up a spirit error for serialization. (fails with or without mpi) Any ideas on a workaround? See below:
C:\apps\boost\boost_1_38_0>bjam --with-mpi link=static release stage ...patience... ...found 1080 targets... ...updating 4 targets... compile-c-c++ bin.v2\libs\serialization\build\intel-win\release\link-static\thre ading-multi\xml_grammar.obj icl: command line remark #10010: option '/Op' is deprecated and will be removed in a future release. See '/help deprecated' xml_grammar.cpp Warning: This header is deprecated. Please use: boost/spirit/include/classic_rul e.hpp Warning: This header is deprecated. Please use: boost/spirit/include/classic_ope rators.hpp Warning: This header is deprecated. Please use: boost/spirit/include/classic_act ions.hpp Warning: This header is deprecated. Please use: boost/spirit/include/classic_num erics.hpp C:\apps\boost\boost_1_38_0\boost\spirit\home\classic\utility\impl\chset\range_ru n.ipp(142) (col. 21): internal error: 0_1504 compilation aborted for libs\serialization\src\xml_grammar.cpp (code 4) call "C:\apps\Intel\Compiler\11.0\066\cpp\bin\ia32\iclvars_ia32.bat" > nul icl @"bin.v2\libs\serialization\build\intel-win\release\link-static\threading-mu lti\xml_grammar.obj.rsp" ...failed compile-c-c++ bin.v2\libs\serialization\build\intel-win\release\link-s tatic\threading-multi\xml_grammar.obj... ...skipped <pbin.v2\libs\serialization\build\intel-win\release\link-static\threa ding-multi>libboost_serialization-iw-mt-1_38.lib for lack of <pbin.v2\libs\seria lization\build\intel-win\release\link-static\threading-multi>xml_grammar.obj... ...skipped <pstage\lib>libboost_serialization-iw-mt-1_38.lib for lack of <pbin.v 2\libs\serialization\build\intel-win\release\link-static\threading-multi>libboos t_serialization-iw-mt-1_38.lib... ...skipped <pstage\lib>libboost_serialization-iw-mt.lib for lack of <pstage\lib> libboost_serialization-iw-mt-1_38.lib... ...failed updating 1 target... ...skipped 3 targets...