Boost C++ Libraries: Ticket #2843: Pass -bnoipath to the linker on AIX using vacpp https://svn.boost.org/trac10/ticket/2843 <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2843 Trac 1.4.3 Etienne PIERRE Wed, 11 Mar 2009 12:30:33 GMT attachment set https://svn.boost.org/trac10/ticket/2843 https://svn.boost.org/trac10/ticket/2843 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">vacpp-aix-noipath.patch</span> </li> </ul> <p> Patch to add -bnoipath to the linker command </p> Ticket Vladimir Prus Wed, 11 Mar 2009 12:43:26 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2843#comment:1 https://svn.boost.org/trac10/ticket/2843#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/51697" title="Use -bnoipath on vacpp/AIX. Patch from Etienne PIERRE. Fixes #2843. ">[51697]</a>) Use -bnoipath on vacpp/AIX. </p> <p> Patch from Etienne PIERRE. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2843" title="#2843: Bugs: Pass -bnoipath to the linker on AIX using vacpp (closed: fixed)">#2843</a>. </p> Ticket