Re: [Boost-bugs] [Boost C++ Libraries] #3676: Jamfile filesystem lib

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3676: Jamfile filesystem lib
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-03-27 08:01:36


#3676: Jamfile filesystem lib
---------------------------------------+------------------------------------
  Reporter: mczernecki@… | Owner: bemandawes
      Type: Bugs | Status: closed
 Milestone: Boost 1.42.0 | Component: filesystem
   Version: Boost 1.41.0 | Severity: Problem
Resolution: fixed | Keywords:
---------------------------------------+------------------------------------
Changes (by vladimir_prus):

  * status: new => closed
  * resolution: => fixed

Comment:

 I believe this was fixed in 1.42, albeit with a slightly different patch.
 Here's what the current Filesystem Jamfile has to say:
 {{{
 lib boost_filesystem
     : $(SOURCES).cpp ../../system/build//boost_system
     : <link>shared:<define>BOOST_ALL_DYN_LINK=1 # tell source we're
 building dll's
     :
     : # Boost.Filesystem uses some of Boost.System function in
 inlined/templated

       # function, so clients that use Boost.Filesystem will have
       # direct refenreces to Boost.System systems. On Windows, this means
 those
       # clients have to be directly linked to Boost.System. For static
 linking
       # this happens anyway, and for shared we need to make it happen.
       <target-
 os>windows,<link>shared:<library>../../system/build//boost_system
     ;
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3676#comment:1>
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:02 UTC