Re: [Boost-bugs] [Boost C++ Libraries] #7705: qcc calls non-existent 'ar'

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7705: qcc calls non-existent 'ar'
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-01-03 16:41:29


#7705: qcc calls non-existent 'ar'
-------------------------------+--------------------------------------------
  Reporter: tvaneerd@… | Owner: vladimir_prus
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: build
   Version: Boost 1.52.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Changes (by viboes):

  * owner: => vladimir_prus
  * component: Building Boost => build


Old description:

> qcc.jam diff:
>
> @@ -217,7 +217,7
> actions piecemeal archive
> {
> $(RM) "$(<)"
> - ar rc "$(<)" "$(>)"
> + "$(CONFIG_COMMAND)" -A "$(<)" "$(>)"
> }
>

> 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.

New description:

 qcc.jam diff:


 {{{
 @@ -217,7 +217,7
  actions piecemeal archive
  {
      $(RM) "$(<)"
 - ar rc "$(<)" "$(>)"
 + "$(CONFIG_COMMAND)" -A "$(<)" "$(>)"
  }
 }}}



 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.

--
-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7705#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:11 UTC