Subject: [Boost-bugs] [Boost C++ Libraries] #13454: universal 32/64 bits build broken on macOS (worked until 1.65.1)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-02-20 13:53:59
#13454: universal 32/64 bits build broken on macOS (worked until 1.65.1)
-------------------------------------------------+-------------------------
Reporter: Frédéric Devernay | Owner: (none)
<frederic.devernay@â¦> |
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Building
| Boost
Version: Boost 1.66.0 | Severity: Problem
Keywords: |
-------------------------------------------------+-------------------------
Since boost 1.66.0, when configured with `architecture=x86 address-
model=32_64`, the build system forgets to add `-arch i386 -arch x86_54` to
the compilation flags (although they are still present in the link flags).
The resulting libraries thus contain only the build arch.
Boost 1.65.1 correctly builds universal libraries.
to reproduce:
{{{
./bootstrap.sh --without-libraries=mpi --without-libraries=context
--without-libraries=coroutine
./b2 -d2 --debug-configuration architecture=x86 address-model=32_64
}}}
see also: https://trac.macports.org/ticket/55857
-- Ticket URL: <https://svn.boost.org/trac10/ticket/13454> 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 : 2018-02-20 13:59:40 UTC