Boost C++ Libraries: Ticket #12242: boost 1.60 build issue with Intel C++ compiler for MacOS https://svn.boost.org/trac10/ticket/12242 <p> When building boost 1.60 with Intel C++ 16.0 compiler for MacOS, users have encountered a 'failed Jamfile' issue which is due to incorrect arguments passed to assembler. This problem can be corrected by patching libs/context/build/Jamfile.v2 to add a rule for the Intel toolset (I work for Intel on the Intel C++ compiler). Thanks and best regards, Melanie Blower </p> <p> Here's the symptom: Jamfile.gas64 ../boost_build/boost/bin.v2/libs/context/build/intel-darwin-16.0/release/threading-multi/asm/make_x86_64_sysv_macho_gas.o clang: error: unsupported option '--64' clang: error: no input files ... ...failed Jamfile.gas64 ../boost_build/boost/bin.v2/libs/context/build/intel-darwin-16.0/release/threading-multi/asm/make_x86_64_sysv_macho_gas.o... Jamfile.gas64 ../boost_build/boost/bin.v2/libs/context/build/intel-darwin-16.0/release/threading-multi/asm/jump_x86_64_sysv_macho_gas.o clang: error: unsupported option '--64' clang: error: no input files </p> <p> The attached patch has passed boost regression testing with the Intel C++ compiler for MacOS and corrects the problem </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12242 Trac 1.4.3 melanie.blower@… Tue, 31 May 2016 19:00:08 GMT attachment set https://svn.boost.org/trac10/ticket/12242 https://svn.boost.org/trac10/ticket/12242 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">build_issues_130-dif.txt</span> </li> </ul> <p> patch for Jamfile.v2 </p> Ticket René Rivera Tue, 31 May 2016 19:05:57 GMT component changed; owner set https://svn.boost.org/trac10/ticket/12242#comment:1 https://svn.boost.org/trac10/ticket/12242#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">olli</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">context</span> </li> </ul> Ticket olli Tue, 31 May 2016 19:25:24 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/12242#comment:2 https://svn.boost.org/trac10/ticket/12242#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> thx, the fix will be available in boost-1.62 </p> Ticket