> To build the release version I use:
>    bjam -j2 variant=release
>
> On AIX this uses -03,  unfortunately this causes some problems, so I want to
> replace
> -03 in release mode with -02.

>>It seems to me that if -O3 causes problems on AIX, then we should not use -O3
>>on AIX. What problems are those, and do they uniformly affect everybody?

The problems are associated with:
     boost 1.42
     serialization
     v11.1 c++ compiler ( newly released )

What I found was the in debug everything was ok, all my test ran, however
in release mode, the boost serialization crashed. So I want to experiment with
different optimisation, to to see what affect it had. However I struggled to achieve this.

  Best regards,
Ta,
   Avi