$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-08-04 00:35:35
Chris Stankevitz wrote:
> Hello,
>
> With gcc, I link to a library that has already been
> compiled by passing this to gcc:
> -L /home/chris/lib -lmylib
>
> How do I do this with Boost.Build V2?
Is there a reason why the second example in
http://boost.org/boost-build2/doc/html/bbv2/tasks/libraries.html
does not work for you?
- Volodya