Re: [Boost-bugs] [Boost C++ Libraries] #6743: problem crossbuilding windows binary on linux

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6743: problem crossbuilding windows binary on linux
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-08-09 17:25:07


#6743: problem crossbuilding windows binary on linux
---------------------------------------------------+------------------------
  Reporter: Michal Suchanek <hramrach@…> | Owner:
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: Building Boost
   Version: Boost 1.49.0 | Severity: Problem
Resolution: | Keywords:
---------------------------------------------------+------------------------
Changes (by Kohei Takahashi <flast@…>):

 * cc: flast@… (added)

Comment:

 Try add target-os=windows at command-line. e.g.)
 {{{
 $ b2 target-os=windows
 }}}

 Note that using rule does not handle <target-os> feature. You should
 specify the feature at command-line or projects/targets requirements.
 {{{
 using gcc : : i686-w64-mingw32-c++ : <target-os>windows ; # does not work
 as expected
 }}}

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