Opened 14 years ago
Closed 14 years ago
#2281 closed Bugs (fixed)
Fix vacpp.jam when building on Linux
| Reported by: | Owned by: | Vladimir Prus | |
|---|---|---|---|
| Milestone: | Boost 1.37.0 | Component: | build |
| Version: | Boost 1.36.0 | Severity: | Problem |
| Keywords: | vacpp Linux | Cc: |
Description
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.
Attachments (1)
Change History (2)
by , 14 years ago
| Attachment: | boost-vacpp-linux.patch added |
|---|
comment:1 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [48573]) Pass -X 64 to ar only on AIX. Fixes #2281.