[Boost-bugs] [Boost C++ Libraries] #11019: Error while building 1.57 with MinGW4.7.1

Subject: [Boost-bugs] [Boost C++ Libraries] #11019: Error while building 1.57 with MinGW4.7.1
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-02-13 14:49:12


#11019: Error while building 1.57 with MinGW4.7.1
----------------------------+------------------------------
 Reporter: anonymous | Type: Bugs
   Status: new | Milestone: To Be Determined
Component: Building Boost | Version: Boost 1.57.0
 Severity: Problem | Keywords: MinGW
----------------------------+------------------------------
 I'm trying to build Boost 1.57 with GCC 4.7.1 bundled with CodeBlocks on
 Win7 64b.

 I did this :

 mkdir c:\boost\build
 cd c:\boost\tools\build\v2
 bootstrap.bat gcc
 b2 install --prefix=C:\boost\build
 set PATH=%PATH%;C:\boost\build\bin
 cd c:\boost
 b2 --build-dir=C:\boost\build toolset=gcc --build-type=complete

 And I get this :

 error: Name clash for '<pstage\lib>libboost_exception-mgw47-mt-1_57.a'

 error: Tried to build the target twice, with property sets having
 error: these incompabile properties:

 error: - none
 error: - <linkflags>-shared-libgcc <linkflags>-shared-libstdc++

 error: Please make sure to have consistent requirements for these
 error: properties everywhere in your project, especially for install
 error: targets.

 Did I miss anything ?

 I haven't found anything on google / boost bug database.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11019>
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