Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7262: Boost.Context fails to build using MinGW
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-01-22 08:16:27
#7262: Boost.Context fails to build using MinGW
-------------------------------+----------------------------
Reporter: anonymous | Owner: olli
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: context
Version: Boost 1.51.0 | Severity: Not Applicable
Resolution: wontfix | Keywords: context mingw
-------------------------------+----------------------------
Comment (by olli):
If you look into context/src/asm you should see files for GNU AS:[[BR]]
jump_i386_ms_pe_gas.asm/make_i386_ms_pe_gas.asm
jump_x86_64_ms_pe_gas.asm/make_x86_64_ms_pe_gas.asm[[BR]]
if you build with --toolset=gcc one set of the above should be selected.
cross compiling is special because boost.build has to build boost.context
for Windows
(e.g. os.name has to return 'NT') othersie the build will fail.[[BR]]
You can check the values of the build properties if you apply --debug-
building at b2/bjam command line.
for instance the required build properties look like:
<abi>ms <address-model>64 <architecture>x86 <binary-format>pe
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7262#comment:24> 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:19 UTC