$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2004-09-05 07:28:51
On 09/05/2004 02:45 AM, Michael Stevens wrote:
> On Sunday 05 September 2004 01:11, Larry Evans wrote:
>>On 09/04/2004 05:45 PM, David Abrahams wrote:
[snip]
> I think David meant
> bjam --v2 gcc link-runtime=static
> without the extra --
Yes, this works. Thanks. When =static was changed
to =shared, I got the previous error. How does
one get =shared to work. I'm still wary of the:
-Wl,-rpath-link$(SPACE)-Wl,"$(RPATH_LINK)"
in the `actions link bind LIBRARIES` in gcc.jam
when the instructions with `make install` only mention
--rpath. However, even though I changed -rpath-link to
--rpath, I still got the same error with =shared.
Anyone have any ideas how to get =shared to work?