I'm trying to build Boost v1.34.1 on my AIX 5.2 (RISC) box running VisualAge 5.  I've attemted to run a make after the standard ./configure (which tries to build it using the gcc toolset).  I also built the vacpp toolset using build.sh and specifying that toolset (./configure --with-toolset=vacpp).  When I do a make using either config, the result is the same:
 
tarkin$ make install
./tools/jam/src/bin.aix/bjam  --user-config=user-config.jam --prefix=/home/bld_acct/boost/boost_v1.34.1.SDK/AIX.5.2_RISC_vacpp50_LP32 --exec-prefix=/home/bld_acct/boost/boost_v1.34.1.SDK/AIX.5.2_RISC_vacpp50_LP32 --libdir=/home/bld_acct/boost/boost_v1.34.1.SDK/AIX.5.2_RISC_vacpp50_LP32/lib --includedir=/home/bld_acct/boost/boost_v1.34.1.SDK/AIX.5.2_RISC_vacpp50_LP32/include  install
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(don't panic: this is a strictly optional feature).
/usr/bin/sh: 29268 Segmentation fault(coredump)
Not all Boost libraries built properly.
Can someone please assist?
 
Thanks.