Opened 14 years ago

Closed 14 years ago

#2843 closed Bugs (fixed)

Pass -bnoipath to the linker on AIX using vacpp

Reported by: e.ti.n.pierre@… Owned by: Vladimir Prus
Milestone: Boost 1.39.0 Component: build
Version: Boost 1.38.0 Severity: Problem
Keywords: Cc:

Description

Under AIX, if you use the gcc toolset, the linker is correctly passed the -bnoipath flag (see tools/build/v2/tools/vacpp.jam for details about this). This flag isn't passed when building boost with the vacpp toolset. The attached patch adds this flag when linking a shared libraries and executables.

Attachments (1)

vacpp-aix-noipath.patch (1.3 KB ) - added by Etienne PIERRE 14 years ago.
Patch to add -bnoipath to the linker command

Download all attachments as: .zip

Change History (2)

by Etienne PIERRE, 14 years ago

Attachment: vacpp-aix-noipath.patch added

Patch to add -bnoipath to the linker command

comment:1 by Vladimir Prus, 14 years ago

Resolution: fixed
Status: newclosed

(In [51697]) Use -bnoipath on vacpp/AIX.

Patch from Etienne PIERRE. Fixes #2843.

Note: See TracTickets for help on using tickets.