$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Prashant Thakre (prashant.thakre_at_[hidden])
Date: 2007-02-26 11:48:22
Hi,
The build for HP-UX defaults to "<threading>multi" and "64-bit" in
RC_1_34_0/tools/build/v2/tools/acc.jam i.e. "-mt" and "+DD64" flags are hard
coded.
1.actions acc.link bind NEEDLIBS
2.actions acc.link.dll bind NEEDLIBS
3.actions acc.compile.c
4.actions acc.compile.c++
Is this by design ?
Regards,
Prashant Thakre