Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6143: Bootstraping on Windows using MinGW hangs
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-12-13 13:06:46
#6143: Bootstraping on Windows using MinGW hangs
----------------------------------------------------------+-----------------
Reporter: Björn Pollex <bjoern.pollex@â¦> | Owner:
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Building Boost
Version: Boost 1.48.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------------------------------+-----------------
Comment (by thekyria@â¦):
Replying to [ticket:6143 Björn Pollex <bjoern.pollex@â¦>]:
> Running the same command in the root directory of 1.48 results in the
script hanging. It does write output to {{{bootstrap.log}}}, the following
lines repeated endlessly:
In boost_1_48_0 the following works ok with me (compiling with MSVC):
{{{
C:\boost\boost_1_48_0>b2 install --build-type=complete
}}}
If you want to compile using gcc, e.g. mingw as you mention, then you
should include 'toolset=gcc' in your b2 command. The following works ok
compiling thread lib:
{{{
C:\boost\boost_1_48_0>b2 --build-dir=C:\boost-build --with-thread --build-
type=complete toolset=gcc
}}}
However, trying to compile everything still fails:
{{{
C:\boost\boost_1_48_0>b2 --build-dir=C:\boost-build --build-type=complete
toolse
t=gcc stage
}}}
See attachment for output; maybe I should start a new ticket for that.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6143#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:08 UTC