Boost C++ Libraries: Ticket #170: jam build faild on windows https://svn.boost.org/trac10/ticket/170 <pre class="wiki">Jam build fails on windows with toolset msvc and vc7. The reason is the option &lt;/LIBPATH:"%LIB%"&gt; in build.bat and &lt;/LIBPATH:$(LIB:J=" ")&gt; in build.jam. &lt;cl.exe&gt; reports that &lt;/LIBPATH&gt; is an unkown option. Remove &lt;/LIBPATH:"%LIB%"&gt; and &lt;/LIBPATH:$(LIB:J=" ")&gt; completely for the toolset msvc and vc7 and the build works. Thanks, Sinisa. &lt;simas@gmx.net&gt; </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/170 Trac 1.4.3 Vladimir Prus Wed, 09 Jul 2003 11:51:11 GMT <link>https://svn.boost.org/trac10/ticket/170#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/170#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=321498 The current CVS version of bjam builds OK with msvc. Probably you're using an old version? Could you please try the new one and if it builds ok, close this bug? Thanks. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Wed, 09 Jul 2003 16:20:28 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/170#comment:2 https://svn.boost.org/trac10/ticket/170#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=33595 Closing this as it's already fixed in CVS. It was fixed precisely by removing the use of LIBPATH ;-) </pre> Ticket