$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Shared library as usage-requirement
From: Younes Manton (ym.forums_at_[hidden])
Date: 2009-01-07 16:54:21
Steven Watanabe <watanabesj <at> gmail.com> writes:
>
> Does boost_iostreams work if you try to use it directly in an executable?
>
> In Christ,
> Steven Watanabe
>
Yes, I can link with boost_iostreams if I include it in the Jamfile of the
executables that are also linking with libkar. The problem is I have to do this
for every executable. I want all depedents of libkar to link with boost_iostream
as a requirement, just like they have to include the libkar dir, but I can't get
that to work at the moment.