Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4866: Tests don't account for locally-built bzip2 library
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-11-29 07:18:57
#4866: Tests don't account for locally-built bzip2 library
-------------------------------+--------------------------------------------
Reporter: dave | Owner: vladimir_prus
Type: Bugs | Status: new
Milestone: To Be Determined | Component: build
Version: Boost 1.44.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Comment (by vladimir_prus):
Oh, this particular error is not likely to be caused by Boost.Build.
Looking at your log, the bzip2_test executable is linked against
boost_iostreams-vc100-gd-1_44.lib, and is not linked against bzip2
implementation. boost_iostreams-vc100-gd-1_44.dll, in turn, is linked
against boost_bzip2-vc100-gd-1_44.lib. So, things look just fine.
There are two reasons why dependency on libbz2 can be added. First, it's
via c:\work\bzip2-1.0.6\libbz2.def. Can you check whether that file has
anything suspicious, or attach it here? Second possible reason is autolink
code in iostreams/detail/config/bzip2.hpp. Can you remove #pragma
comment(lib, ...) there and do full rebuild ('bjam -a') and see if that
improves things?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4866#comment:5> 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:04 UTC