Re: [Boost-bugs] [Boost C++ Libraries] #5315: address-model and architecture should be reflected in library naming

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5315: address-model and architecture should be reflected in library naming
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-10-01 08:30:26


#5315: address-model and architecture should be reflected in library naming
-------------------------------+-------------------------
  Reporter: boost@… | Owner: johnmaddock
      Type: Patches | Status: new
 Milestone: To Be Determined | Component: config
   Version: Boost 1.57.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+-------------------------

Comment (by boost@…):

 Sorry i forgot BOOST_STRINGIZE() around BOOST_LIB_BUILDID. This is the
 working addendum:

 {{{
 #elif defined(BOOST_LIB_BUILDID)
 # pragma comment(lib, BOOST_LIB_PREFIX BOOST_STRINGIZE(BOOST_LIB_NAME)
 "-" BOOST_LIB_TOOLSET BOOST_LIB_THREAD_OPT BOOST_LIB_RT_OPT "-"
 BOOST_LIB_VERSION "-" BOOST_STRINGIZE(BOOST_LIB_BUILDID) ".lib")
 # ifdef BOOST_LIB_DIAGNOSTIC
 # pragma message ("Linking to lib file: " BOOST_LIB_PREFIX
 BOOST_STRINGIZE(BOOST_LIB_NAME) "-" BOOST_LIB_TOOLSET BOOST_LIB_THREAD_OPT
 BOOST_LIB_RT_OPT "-" BOOST_LIB_VERSION "-"
 BOOST_STRINGIZE(BOOST_LIB_BUILDID) ".lib")
 # endif

 }}}

 Regards Sönke

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5315#comment:3>
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:17 UTC