Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9445: context asm files fail to build for x32 ABIs
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-11-30 21:43:47
#9445: context asm files fail to build for x32 ABIs
----------------------------------------+---------------------
Reporter: Mike Frysinger <vapier@â¦> | Owner: olli
Type: Bugs | Status: new
Milestone: To Be Determined | Component: context
Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------------+---------------------
Comment (by olli):
You try to compile 32bit version of boost.context on a 64bit Linux as you
see in the output:
Performing configuration checks
- 32-bit : yes
- x86 : yes
The compiler your system chooses is "x86_64-pc-linux-gnux32-g++". And it
seams that it tries to use 64bit GNUas instead of the 32bit GNUas which
results in errors because jump_i386_sysv_elf_gas.S was chosen.
You should check your environment if you expect to get 64bit code compiled
but bjam selects 32bit.
If you look at the test results at
http://www.boost.org/development/tests/release/developer/context.html
the tests pass.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9445#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:14 UTC