Boost logo

Boost-Build :

From: Larry Evans (cppljevans_at_[hidden])
Date: 2004-09-05 14:30:59


On 09/05/2004 10:56 AM, Larry Evans wrote:
[snip]
> indicates just adding:
>
> Wl,--rpath -Wl,/usr/local/gcc-3.4.1/lib
>
> to the link command works. How can gcc.jam be modified to do this?

I'm embarrassed :). All it takes is 1 extra line in gcc.jam:

flags gcc.link OPTIONS <link-runtime>shared : -Wl,--rpath
-Wl,/usr/local/gcc-3.4.1/lib ;

It should have been obvious.

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk