Re: [Boost-bugs] [Boost C++ Libraries] #7216: qcc.jam file could use a minor update for ar

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7216: qcc.jam file could use a minor update for ar
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-11-21 15:34:13


#7216: qcc.jam file could use a minor update for ar
----------------------------------+-----------------------------------------
  Reporter: steve.lemay@… | Owner:
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: Building Boost
   Version: Boost 1.51.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------+-----------------------------------------

Comment (by tvaneerd@…):

 This can be fixed by using

 {{{
  "$(CONFIG_COMMAND)" -A "$(<)" "$(>)"
 }}}

 in place of

 {{{
  ar rc "$(<)" "$(>)"
 }}}

 as qcc (which is CONFIG_COMMAND) can do the archiving itself (with -A).

 see ticket #7705

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7216#comment:1>
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