Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10228: boost::filesystem::path::parent_path crashes with static link
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-07-25 09:15:48
#10228: boost::filesystem::path::parent_path crashes with static link
-------------------------------+------------------------
Reporter: hzj_jie@⦠| Owner: bemandawes
Type: Bugs | Status: assigned
Milestone: To Be Determined | Component: filesystem
Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+------------------------
Comment (by anonymous):
{{{
to install boost,
1. wget ...
2. gzip ...
3. tar ...
4. ./bootstrap.sh
5. ./b2 ; ./b2 install
to compile the program
shared link,
g++ exeinfo.cpp -lboost_filesystem -lboost_system
static link,
g++ exeinfo.cpp -lboost_filesystem -lboost_system -static
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10228#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:16 UTC