Subject: [Boost-bugs] [Boost C++ Libraries] #2281: Fix vacpp.jam when building on Linux
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-09-04 03:44:59
#2281: Fix vacpp.jam when building on Linux
-----------------------------------------------+----------------------------
Reporter: Anton Blanchard <anton_at_[hidden]> | Owner: vladimir_prus
Type: Bugs | Status: new
Milestone: Boost 1.37.0 | Component: build
Version: Boost 1.36.0 | Severity: Problem
Keywords: vacpp Linux |
-----------------------------------------------+----------------------------
vacpp.jam assumes an AIX ar and passes -X 64 when building 64bit:
flags vacpp ARFLAGS <address-model>64 : -X 64 ;
Unfortunately this does not work with GNU ar. Wrap this with a check for
AIX since GNU ar handles 32 or 64bit object files fine.
-- Ticket URL: <http://svn.boost.org/trac/boost/ticket/2281> 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:49:58 UTC