Subject: [Boost-bugs] [Boost C++ Libraries] #6810: boost system auto linking is broken in svn trunk 78080
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-04-19 18:12:25
#6810: boost system auto linking is broken in svn trunk 78080
-----------------------+----------------------------------------------------
Reporter: anonymous | Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.48.0
Severity: Problem | Keywords:
-----------------------+----------------------------------------------------
I am now getting...
fatal error LNK1104: cannot open file 'boost_system-vc90-mt-gd-1_50.lib'
When I try to build my project. I don't have that library because I am
building the default static libraries. (note: not runtime-static). I
instead have libboost_system-vc90-mt-gd-1_50.lib. Did somebody who had the
non default dynamically linkable libraries on their system check in a
breaking change? We have tried manually defining BOOST_ALL_STATIC_LIB but
that does not make a difference. When we manually define BOOST_ALL_NO_LIB
that does remove this error but adds a bunch of undefined symbols that are
not the obvious location. IE: boost::filesystem::path_traits::convert...
does not appear to be in libboost_filesystem.
my libraries are built with simply
bootstrap.bat
b2 --toolset=msvc-9.0
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6810> 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:09 UTC