Re: [Boost-bugs] [Boost C++ Libraries] #9686: Provide cmd file for building both 32-bit and 64-bit libraries on Windows with Microsoft Visual C++

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9686: Provide cmd file for building both 32-bit and 64-bit libraries on Windows with Microsoft Visual C++
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-02-20 23:26:37


#9686: Provide cmd file for building both 32-bit and 64-bit libraries on Windows
with Microsoft Visual C++
-------------------------+-------------------------------------------------
  Reporter: | Owner:
  rassokhin@… | Status: new
      Type: Feature | Component: Building Boost
  Requests | Severity: Optimization
 Milestone: To Be | Keywords: build, Windows, Microsoft Visual
  Determined | C++
   Version: Boost |
  1.54.0 |
Resolution: |
-------------------------+-------------------------------------------------

Comment (by weegreenblobbie@…):

 Agreed! I've been trying to build 1_55 in 64-bit mode and no matter what
 combination of address-model=64 or arichetecture=x86 I can't get it to
 work.

 This build command doesn't seem to work:

 {{{
 b2 -j 8 -q ^
         --without-mpi ^
         --build-dir=tmp_bld_dir ^
         --variant=release ^
         --build-type=minimal ^
         architecture=x86 ^
         adress-model=64 ^
         toolset=msvc ^
         link=shared ^
         runtime-link=shared ^
         threading=multi ^
         install
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9686#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:15 UTC