Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5680: bootstrap Boost.Build fails with MinGW 20110530: missing sys/wait.h, sys/resource.h, ar.h
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-03-06 17:41:17
#5680: bootstrap Boost.Build fails with MinGW 20110530: missing sys/wait.h,
sys/resource.h, ar.h
--------------------------------------------------------------------+-------
Reporter: Alex Millian Hankins <lx_boost@â¦> | Owner:
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Building Boost
Version: Boost 1.46.1 | Severity: Problem
Resolution: | Keywords: mingw bjam bootstrap build
--------------------------------------------------------------------+-------
Comment (by valentin.perrelle@â¦):
The given solution doesn't work as intended in 1.49. Need to use the
--with-toolset option, and substitute gcc by mingw in the produces bjam
configuration file :
{{{
./bootstrap.sh --with-toolset=mingw
sed -e s/gcc/mingw/ project-config.jam > project-config.jam
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5680#comment:2> 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