Boost logo

Boost-Build :

From: Boris Gubenko (Boris.Gubenko_at_[hidden])
Date: 2007-09-04 17:30:15


Oliver Kowalke wrote:
> What I want is a default toolset configuration of gcc on HP/UX (version
> 11.11) because the available aCC on this PA-RSIC system ist too old
> (version 3.x) in order to compile boost. HP will never ship aCC version
> 6.x on PA-RISC systems.

There is a new EDG-based compiler for PA-RISC: A.03.80. For Boost 1.34
tests results with this compiler, please check out the column
"HP-UX aCC PA-RISC" at
http://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/summary.html

Most of tests failures are configuration problems which will be fixed for
Boost 1.35. Some tests fail on PA-RISC because of Rogue Wave library
issues (HP-UX/ia64 and PA-RISC use the same STL), but it was too late in
the Boost 1.34 development cycle to mark these tests up for PA-RISC. It will
also be fixed for Boost 1.35.

I'm not sure if A.03.80 is already available as a production compiler
or it is still in Beta. For more information on this compiler please
send a mail to boost-help_at_hp.com.

Thanks,
  Boris

----- Original Message -----
From: <Oliver.Kowalke_at_[hidden]>
To: <boost-build_at_[hidden]>
Sent: Monday, September 03, 2007 5:26 AM
Subject: Re: [Boost-build] bug in toolset configuration of gcc-stillnotfixed for
1.34.1?!

> Hi,
>
>> To learn more about Boost Build v2 see the documentation:
>> http://www.boost.org/doc/html/bbv2.html
>
> I found it not verry helpful - if you are unfamiliar with boost.build
> it's verry hard to extract the required info - especialy in the this
> case of gcc on HP/UX.
>
>> > Which one? release/user-config.jam or build/v2/user-config.jam
>>
>> None of them, please. The user-config.jam is a file for the
>> _user_ to _configure_ the build system. You don't want to
>> have your special acc config in boost svn, do you? See here
>> for instructions on configuration:
>> http://www.boost.org/doc/html/bbv2/advanced.html#bbv2.advanced
>> .configuration
>
> Hm - it was a suggestion by Vladimir Prus.
> What I want is a default toolset configuration of gcc on HP/UX (version
> 11.11) because the available aCC on this PA-RSIC system ist too old
> (version 3.x) in order to compile boost. HP will never ship aCC version
> 6.x on PA-RISC systems.
> Thatswhy I suggest to use gcc as default!
>
>> And I'd recommand to put it into site-config.jam.
>
>
>> And for default "shared" linking use the "default-build"
>> option of your
>> project:
>>
>> http://www.boost.org/doc/html/bbv2/advanced.html#bbv2.advanced
>> .projects
>
> If I compile boost on HP/UX 11.11 with gcc (because the only available
> compiler on this platform able to compile boost)
> with bjam --toolset=gcc the static and shared libraries should be
> generated. Why should I add this to projects?
>
>
> It is annoying that I've fight to get the combination of gcc and HP/UX
> 11.11 since may of this year.
>
> Regards, Oliver
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost-build
>


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