[Boost-bugs] [Boost C++ Libraries] #4169: Dependency feature does not build dependency targets.

Subject: [Boost-bugs] [Boost C++ Libraries] #4169: Dependency feature does not build dependency targets.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-04-29 21:32:07


#4169: Dependency feature does not build dependency targets.
-------------------------------------+--------------------------------------
 Reporter: grafik | Owner: vladimir_prus
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: build
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
-------------------------------------+--------------------------------------
 I added a feature to take advantage of Apple's linker option "-force_load"
 (see [61684]). Unfortunately it doesn't totally work. The dependency I
 specify is a BB target itself, for example:

 {{{
 lib mylib : x.cpp ;

 exe test : main.cpp : <force-load>mylib/<link>static ;
 }}}

 Will add the correct link option and path to the archive. But it doesn't
 build, as I would expect, the mylib.a archive.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4169>
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:03 UTC