Subject: Re: [Boost-bugs] [Boost C++ Libraries] #13102: Executable not relinking if related static libraries are changed.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-01-23 00:05:10
#13102: Executable not relinking if related static libraries are changed.
-------------------------------+---------------------------
Reporter: Uttkarsh | Owner: Vladimir Prus
Type: Bugs | Status: new
Milestone: To Be Determined | Component: build
Version: Boost 1.63.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+---------------------------
Comment (by Steven Watanabe):
Are these external libraries like:
{{{
lib a b ;
exe test : test.cpp a b ;
}}}
If so, that's kind of the expected behavior. Boost.Build just passes -la
-lb and doesn't actually try to track down the actual location of the
libraries. If you give the exact location with <file>/path/to/a.a, then
the dependency should be added.
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13102#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 : 2018-01-23 00:22:26 UTC