$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-09-10 07:11:20
Hi Philipp,
> > Also, there's one real failure where I'd need your help. That's
> > the "library_order.py" test. Can you add
> >
> > flags sun.link RPATH <xdll-path> ;
> >
> > to sun.jam, right after
> >
> > flags sun.link RPATH <dll-path> ;
> >
> > and run that test?
>
> How can I run a single test?
python library_order.py sun
for example
- Volodya