Opened 14 years ago
Closed 14 years ago
#2843 closed Bugs (fixed)
Pass -bnoipath to the linker on AIX using vacpp
Reported by: | 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)
Change History (2)
by , 14 years ago
Attachment: | vacpp-aix-noipath.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to add -bnoipath to the linker command