Boost C++ Libraries: Ticket #7705: qcc calls non-existent 'ar' https://svn.boost.org/trac10/ticket/7705 <p> qcc.jam diff: </p> <pre class="wiki">@@ -217,7 +217,7 actions piecemeal archive { $(RM) "$(&lt;)" - ar rc "$(&lt;)" "$(&gt;)" + "$(CONFIG_COMMAND)" -A "$(&lt;)" "$(&gt;)" } </pre><p> when compiling boost for QNX - cross-compiling from windows, the program 'ar' doesn't exist. But 'qcc' (CONFIG_COMMAND) itself can build the archive (and knows what the target architecture is), so it is best to ask it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7705 Trac 1.4.3 anonymous Fri, 16 Nov 2012 20:41:26 GMT <link>https://svn.boost.org/trac10/ticket/7705#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7705#comment:1</guid> <description> <p> avoid wiki formatting: </p> <pre class="wiki">@@ -217,7 +217,7 @@ actions piecemeal archive { $(RM) "$(&lt;)" - ar rc "$(&lt;)" "$(&gt;)" + "$(CONFIG_COMMAND)" -A "$(&lt;)" "$(&gt;)" } </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Thu, 03 Jan 2013 16:41:28 GMT</pubDate> <title>component, description changed; owner set https://svn.boost.org/trac10/ticket/7705#comment:2 https://svn.boost.org/trac10/ticket/7705#comment:2 <ul> <li><strong>owner</strong> set to <span class="trac-author">Vladimir Prus</span> </li> <li><strong>component</strong> <span class="trac-field-old">Building Boost</span> → <span class="trac-field-new">build</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/7705?action=diff&amp;version=2">diff</a>) </li> </ul> Ticket Vladimir Prus Sat, 19 Jan 2013 12:21:14 GMT <link>https://svn.boost.org/trac10/ticket/7705#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7705#comment:3</guid> <description> <p> Is there online documentation for "qcc -A" can I can reference from the code? </p> </description> <category>Ticket</category> </item> <item> <author>tvaneerd@…</author> <pubDate>Sat, 19 Jan 2013 18:39:53 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7705#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7705#comment:4</guid> <description> <p> <a class="ext-link" href="http://www.qnx.com/developers/docs/6.3.2/neutrino/utilities/q/qcc.html"><span class="icon">​</span>http://www.qnx.com/developers/docs/6.3.2/neutrino/utilities/q/qcc.html</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Vladimir Prus</dc:creator> <pubDate>Mon, 21 Jan 2013 08:06:42 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7705#comment:5 https://svn.boost.org/trac10/ticket/7705#comment:5 <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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/82577" title="Use qcc driver to create archives. Fixes #7705. ">[82577]</a>) Use qcc driver to create archives. </p> <p> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7705" title="#7705: Bugs: qcc calls non-existent 'ar' (closed: fixed)">#7705</a>. </p> Ticket