Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-02-14 08:04:57


On Tuesday 14 February 2006 15:26, Markus Schöpflin wrote:

> > Try
> >
> > using tru64 : cxx65_042 :
> > <cflags>"-version V6.5-042"
> > <ldflags>"-version V6.5-042 -use_non_shared_libcxx"
> > ;
> >
> > and then
> >
> > bjam -a -n --v2 tru64-cxx65_042
> >
> > Note that '65' and '042' must be separated by underscore, not dash.
>
> Still no luck. My toolset description looks now like this:
>
> using hp_cxx : hp_cxx_65_042_tru64 :

Remove "hp_cxx_" from here, and leave just "65_042_tru64". The parameter is a
version that's appended to base toolset version.

> <cflags>"-version V6.5-042"
> <ldflags>"-version V6.5-042 -use_non_shared_libcxx"
> ;
>
> and lives in BOOST_BUILD_PATH as hp_cxx_65_042_tru64.jam.

You don't need to create a new file, just put the above code into
user-config.jam.

> But bjam -a -n --v2 hp_cxx_65_042_tru64 still gives an error:

And with above changed, you'd need dash between base toolset name and version:

   hp_cxx-65_042_tru64

- Volodya


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