Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-09-10 07:00:01


Hi Philipp,

> On Fri, Sep 10, 2004 at 02:24:42PM -0400, Vladimir Prus wrote:
> > I think you should add
> >
> > import toolset : using ;
> >
> > at the top of test-config.jam. Take a look a test-config.jam.in.
>
> Ah oh. Yes. Now it looks a little bit better. I have now
>
> import toolset : using ;
> using sun ;
>
> in test-config.jam. The output of the tests is attached.

Thanks. I've corrected some of the tests, could you rerun again when you get
the updates? 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? If it fails, I'll commit the change. If no, we'd need to
search for other solutions.

- Volodya

> Btw,
> setting DO_DIFF does not make sense on Solaris:
>
> ----------------------------
> diff: illegal option -- u
> usage: diff [-bitw] [-c | -e | -f | -h | -n] file1 file2
> diff [-bitw] [-C number] file1 file2
> diff [-bitw] [-D string] file1 file2
> diff [-bitw] [-c | -e | -f | -h | -n] [-l] [-r] [-s] [-S name]
> directory1 directory2 Unable to compute difference
> ----------------------------
>
> Regards

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk