$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-08-24 07:08:49
Toon Knapen wrote:
> > Then the command line contains: "-la -lb". If I have
> >
> > exe main : main.cpp b a ;
> > lib a ;
> > lib b : : <use>a ;
> >
> > then the command line contains "-lb -la", as it should if 'b' uses
> > function from 'a'.
> >
> > So you can try this approach, too.
>
> This works like a charm. Thanks !!!
Excellent. Hopefully we've done with handling that messy order-sensitivity on
Unix system now.
- Volodya