Boost logo

Boost-Build :

From: u.apolloner_at_[hidden]
Date: 2007-10-24 03:25:36


building boost on AIX 5.3 with gcc4.1 :

./configure --with-libraries=signals,filesystem --prefix=/test/boost
make
make install

results in a coredump of bjam!

the reason :
the data segment size in /etc/security/limits is per default set
to 262144 blocks ( 512 bytes ) and
in make install bjam uses about 200 MB of memory !

now the malloc in strings.c returns 0 and ....
after increasing the max. data segment size everything works fine.

udo


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